• How can I send a new lead (contact form) to specific ASPX URL with the following values: NAME, EMAIL, TELEPHONE ?
    I need to do this so it will integrate with my Microsoft CRM.

    Please help ASAP

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Using a hook provided by CFDB or your form plugin, you can add PHP code to do extra things with the data in the form submission. However, if you want to make the user’s browser to go to a certain page after he submits, that is a question for your form plugin, not CFDB.

    The hook for CFDB is described here: https://cfdbplugin.com/?page_id=747

    Thread Starter adisbr01

    (@adisbr01)

    I want to send POST to specific ASPX address with the following values: NAME, EMAIL, TELEPHONE

    what should i need to do? What code do i need so it will work ?
    I dont really know what to do as I am new to wordpress.

    Plugin Author Michael Simpson

    (@msimpson)

    This requires you to write some custom PHP code. If you are not a programmer then you will need to get help from one. The link I posted shows you how to hook in the code and how to get values from the form being submitted. To do the actual POST, I suggest to use try PHP curl_exec function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to post contcats form to specific ASPX web address?’ is closed to new replies.