Select custom options issue – Validation – Selected value does not exist
-
I have a form where a select box populates a list of certain types of users that have accounts on the site (using forminator_cform_render_fields – this works fine).
I also have code in place that fills out other parts of the form when a user is selected (also working fine – forminator_render_form_markup)
I’m having an issue when the form is submitted – validation issue on the select field “Selected value does not exist.”
I’ve looked at other posts on this topic and implemented forminator_replace_form_data – but I’m either doing something wrong, or that isn’t the solution I need.
Pastebin to form export – https://pastebin.com/mzsKqjKb
Pastebin to back end code – https://pastebin.com/wTE8zwsNAny help would be appreciated. I just want the form to go through and save (I don’t care about if the user dropdwn value is saved or sent in the email etc – but I don’t know how to indicate that to forminator)
The topic ‘Select custom options issue – Validation – Selected value does not exist’ is closed to new replies.