Project Description:
I am need of a custom Gravity Forms addon to be built that will pass/feed form entry data from Gravity Forms to another website using HTTP POST request or XML.
I need to be able to customise the setup of the POST for each form based on the fields on that form.
For example for each field on the Gravity Form I select, I need to be able to insert a custom post field name to be used in the POST for that field on the Gravity Form
(e.g. I could select the field "Telephone Number" from the gravity form, and use entries into this field to be posted as the value of the POST field "primary_contact_number". This should all be customisable, field by field, form by form.
I need to be able to add, edit and delete these fields within the add-on control panel.
It should be possible to use the Twilio or MailChimp add on as a template/starting point for the add-on.