So here is the end result functionality, that I need to happen:
typically I would create PHP scripts to do all this and I created the HTML forms all custom... BUT since using FF, I'm wondering, thinking there is an easier, faster way to use FF?
example:
I use a hidden form field to create the unique number.
Then somehow create a field or link to have inserted in the confirmation email (which can already be sent).
my issue or not understanding... is using the webhooks the only way to add in PHP code?
OR is there field or way to add in PHP code to a field, so not needing the webhooks?
thanks!
Webhooks are specific to the REST API. WordPress hooks, actions and filters, are abundant in Formidable. Hooks are used for adding specific code, but what you want to do doesn't require code. If you're using a hidden field for the unique number, you can just use the field as a parameter in the link you send in the email.
Please login or Register to submit your answer