• Hello Guido, I am currently using VSEL with ACF and have a vsel front-end submission form for users events. All the VSEL fields works fine however the ACF front end fields are no longer saving data to the backend of site after the latest VSEL update.

    // save acf fields
    				include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    				if ( is_plugin_active( 'acf-theme-code/acf_theme_code.php' ) ) {
    					// save acf text fields
    					update_field('field_5bc4ac71251c4', $acf_text_field_1, $post_id);				
    					update_field('field_5bc4acae251c5', $acf_text_field_2, $post_id);
    					update_field('field_5bc4ad24251c7', $acf_text_field_3, $post_id);
    					update_field('field_5bc4ad75251c8', $acf_text_field_4, $post_id);
    					
    					// save acf email field
    					update_field('field_5bc4ace2251c6', $acf_email_field_1, $post_id);
    									
    					// save acf radio with two values
    					update_field('field_5bc49a0ca8b30', $acf_radiobox_1, $post_id);
    					update_field('field_5bc4a785ae039', $acf_radiobox_2, $post_id);
    				}

    Look forward to hearing your thoughts

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    I’ve build a custom plugin for you to display this frontend VSEL-form, am I right?

    I have zero experience with the “ACF Theme Code” plugin, did you use that to create the ACF-fields? I did add example ACF-fields inside that plugin, so you where able to add those fields yourself. But apparently you’re now using something else to generate those ACF-fields?

    Guido

    • This reply was modified 2 years, 9 months ago by Guido.
    Thread Starter dailymay

    (@dailymay)

    Hi Guido,

    Yes, you are correct.
    To create the ACF fields I used the ACF Pro plugin , yes, I used the examples you created and matched the meta values, all was working fine up until the last update which shouldn’t have affected the form plugin, it seems that only the acf fields have stopped working other than that the form works just fine. I can’t seem to find any errors, however the frontend data does not seem to be saving in the backend wp-posts

    I was wondering (hoping) if you might be able to take a quick look at the form plugin?

    Plugin Author Guido

    (@guido07111975)

    Hi,

    I can take a look at it. Please send me an email (I don’t want to repeat the address here) and include your version of the plugin.

    Guido

    Thread Starter dailymay

    (@dailymay)

    Hi Guido,

    The emails keep bouncing back, if you could drop me an email at [email protected] and I will forward on the information.

    Hanna

    Plugin Author Guido

    (@guido07111975)

    Hi Hanna,

    Have send you an e-mail few moments ago, if you reply and I don’t reply within a couple of hours please let me know.

    Guido

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Front-End Form Submission’ is closed to new replies.