Hello,
I am also experiencing this issue… it seems somewhat intermittent. If you switch off ajax on the edit form page it definitely fix the problem, but this is quite a big compromise as on a long form it’s not ideal to have the page reload each time.
The recipe:
Multi-step Form
Multi selects, text boxes, conditional logic, radio buttons (no upload fields – i know these are problematic)
Latest WordPress and Gravity Forms + Sticky List
Switching on Ajax turns the button from Update to Submit.
Interestingly, I think this may have something to do with conditional logic. I have a form which the first field is a dropdown “Status”. By changing the status it enables additional pages. If it remains at the lowest status, the form cancels out all of the additional pages. Then when you click Next, it doesn’t submit a new entry, it Updates as it should and jumps straight to the confirmation page. This is with ajax enabled.
Having thought about this, a workaround could be to use the conditional logic to have an additional page at the end of the form which is always hidden because requirements for it to display are never met. This would then trigger the form to save when clicking Next and the update button would never appear. Will update!
Update… this didn’t work.
I’m not sure if this bug is at all related to the use of submitting a custom post at the same time? I am using Gravity Forms Custom Post Types plugin to save the entries as posts too. This otherwise works perfectly!
-
This reply was modified 7 years, 5 months ago by jamestc989.
-
This reply was modified 7 years, 5 months ago by jamestc989.