Change a field during submission
-
Hi,
Might be beyond the scope of support, but it might be easy!
I’ve written some code which hooks forminator_form_after_handle_submit. When a form is submitted, I’m grabbing the data from $POST[] and creating a woocommerce product from the data. That all works fine, but I want to return back the slug of the product I’ve just created in one of the fields so I can use it in the email forminator sends.
Is that possible? Is there a way to update the fields at this point? (I’ve specificaly added a hidden field to add this value in, so I can then output this into the html email for a link?)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Change a field during submission’ is closed to new replies.