Hi guys,
my client does want to save his contact form also in his cms.
Is there a way to send a post request of al the input fields to a cms/url?
I am using MODX Revolution 2.6.5-pl
en formit 4.1.0 for sending the contact form to my client in a mail.
So he wants to receive email and send a post request of al the input fields to his cms.
Thanks for the help.
Just to clarify is MODX not his CMS? Do you mean to a third party CRM or an additional CMS?
In either case you can either save the form to the MODX cms using the FormItSaveForm hook and a few parameters that are in the documentation or create a custom hook of your own to curl the values
It is a third party CRM.
I thought. So the best way is to curl option.
Thanks for your response.
[ed. note: erdemozy last edited this post 6 years, 9 months ago.]