• Resolved webwings123

    (@webwings123)


    When I visit the page directly, without filling in the first form I can’t fill in the form.

    Is there a way to ensure that the user can always fill in the form, no matter if the first form is filled in or not?

    Please let me know and for the developer thanks for the nice plugin! ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Currently there’s no way to do this. The problem with allowing users to skip steps is the email will show the form tag if a field was never saved.

    For example if [name] was on the first step and a user started on the second step, the email would show as “[name]” instead of a value.

    This is how the core CF7 plugin works. I haven’t looked into if this behavior can be overridden.

    Thread Starter webwings123

    (@webwings123)

    Hey,

    Thanks for replying!
    Isn’t there any way around?

    Can’t we Like hide the message and displaying a normal CF when user hasn’t filled in the previous page? Maybe with coding?

    Plugin Author webheadcoder

    (@webheadllc)

    You could try adding this code to your theme’s function.php file:

    remove_action( 'wpcf7_contact_form', 'cf7msm_step_2' );

    This is untested though. let me know if it works.

    Thread Starter webwings123

    (@webwings123)

    Working! Thanks buddy

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form gone when not filling in first form’ is closed to new replies.