• I don’t understand why you wouldn’t remove invisible groups form the <form> before submitting.

    Also, the acceptence field doesn’t work properly. The invisible acceptence fields still block you from submitting.

    Also, (not sure why) the submit button is disabled by default. I had to use jquery to remove the disabled status.

    Also why not use the same [group name][/group syntax in the form AND email. Now you have to change all the [/group] tags after you paste the form in the email.

    • This topic was modified 7 years, 4 months ago by Snuwerd. Reason: Content with the reply, went from 3 to 4 stars
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hi Snuwerd,

    thanks for the review.

    1. The reason invisible groups are not removed from the form, is because some people will want to use the plugin as a multistep form, where some fields are hidden after they are filled out. An example of this can be found here: https://bdwm.be/wpcf7cf/questionnaire/

    2. I’m aware of the acceptance problem. CF7 disables the send button as long as the acceptance field is not filled in. I recommend to use a mandatory checkbox instead of the acceptance field. Acceptance fields should only be used to accept terms and conditions right before sending the form and so should, in my opinion, only appear right before the submit button, and not within any group.

    3. This is caused by CF7, if you use the acceptance field. See 2.

    4. Makes sense, but that is not the way CF7 works. I just follow the convention of CF7 with my plugin. If you want to use a [select my-select …] control in the form, you will not put [select my-select] in the email body either, but just use the name in stead: [my-select]. Furthermore, in the future the group tags will be extended with additional parameters, so you can say for example: [group my-group remove-on-hide id:my-custom-id][/group], so I think it makes sense to only have the user input the [my-group] shortcode (which obviously needs to be closed with [/my-group]) instead of the entire form shortcode with parameters and stuff, as it really doesn’t follow the convention of CF7.

    Hope these answers are sufficient for you.

    Kind regards

    Jules

    Thread Starter Snuwerd

    (@snuwerd)

    Ok, I’m glad some of the features are being added. Thanks for replying.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Works but not perfect’ is closed to new replies.