When using advanced logic rules to control progress to the next step, how do you save the user submitted fields on the step when using the goToStep function. Seemingly I stopped saving the user submitted values and completion status when going to advanced logic rules.
Make sure you still have Validate & Submit Step on for the buttons that go forward!
1 Like
Thanks again for your help. That did start saving the data! Now, the (hopefully ) final piece. As I am not using the settings to complete when all required fields are filled out, how can I via Javascript complete the form? I tried using this on my landing page but the results are still listed as partial:
feathery.setFormCompletion = true;
Apologies for all the questions, I just was unable to find a solution in the docs!
The correct syntax for that would be
feathery.setFormCompletion(true);
1 Like
Really appreciate your support!