airzona
Forum Replies Created
-
Thanks for your help Adam, you are amazing!
Thanks so much for the help. You guys are awesome!
Is there a need to call both webhooks instead of just the forminator_form_after_save_entry:add_action ( 'forminator_form_after_handle_submit', 'my_form_submit', 10, 2 ); add_action( 'forminator_form_after_save_entry', 'my_form_submit', 10, 2 );
One last question… where does $prepared_data come from and what is this variable?ie:
$entry = Forminator_CForm_Front_Action::$prepared_data;- This reply was modified 2 years, 8 months ago by airzona.
Also, what could work is if I could add the user id to the form data on submission. Not sure if that is possible?
Luis,
Thanks for the quick reply! Is there any reason to worry that if there are a lot of form submissions that they will not match the current logged in user?
In this function I need to also update the users meta data here as well. I just worry using the function”get_latest_entry_by_form_id”, would get the wrong one potentially if a bunch were submitted at the same time?
Hope this makes sense, thanks!