We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14214
    • 299 Posts
    FormIt is such a staple and I am thankful for it.

    I am running into an issue where I have an existing PHP processor with my CRM where presently I have a form stored in a chunk with the action pointed at my CRM (action="https://myCRM.domain.com/form.php").

    I want to use FormIt to validate fields and then send the form to my existing action point.

    What is the best approach here?
      • 17301
      • 932 Posts
      Use formit as the action but take out the email hook so it doesn't get emailed but include the &validate properties. Then create a custom hook to send the results to your form.php.

      Or scrap formit all together and use javascript and HTML5 to validate your fields smiley
        ■ email: [email protected] | ■ website: https://alienbuild.uk

        The greatest compliment you can give back to us, is to spend a few seconds leaving a rating at our trustpilot: https://uk.trustpilot.com/review/alienbuild.uk about the service we provided. We always drop mention of services offered by businesses we've worked with in the past to those of interest.
        • 14214
        • 299 Posts
        For the custom hook, can you advise what that needs to look like?