I have a form that integrates with Salesforce. If the form fails to upload the data into Salesforce, there is no mechanism to rerun it again without having the user submit the form again. This is a big problem when you have a long form and need to reenter all the data again into the form. We will lose customers if we ask them to fill it out again. Formstack has a button to re-run the integration. Is there a way in Formidable Forms or plan to add this?
You can create a custom button that trigger this hook: https://formidableforms.com/knowledgebase/frm_custom_trigger_action/
Thank you for responding, is there a specific Salesforce example you can show me?
No, haven't worked with Salesforce in years.
Are there any other examples of using this trigger?
No, but I think I found something better. I searched the entries in my Formidable Masterminds Codex and found a public static method called trigger_salesforce(). You use it this way:
FrmSalesforceAppController::trigger_salesforce( $action, $entry, $form )
You can even tie this to a custom button to trigger it through the UX.
Please login or Register to submit your answer