HTTP post to an URL

Hi,

I would like to send ‘‘email’’ from my IS to my real estate CRM.

This is my webform code:

<form action=“http://app.jumptools.com/jtx/saveLead/24431” method=“POST”
class=“web-to-lead” accept-charset=“UTF-8” > <style type=“text/css”> div
#check {display: none;} </style> <div> <input type=hidden name=“chk”
value=“efbV7oE9vEGJbulOePUaVQ==”> </div> <div> <input type=hidden
name=“sourceId” value=“Infusionsoft”> </div> <div> <input type=hidden
name=“retURL” value=“http://www.dragosruxandu.com”> </div> <div> <label
for=“givenName”>Prénom</label> <input id=“givenName” maxlength=“40”
name=“givenName” size=“20” type=“text” /> </div> <div> <label
for=“email”>Courriel</label> <input id=“email” maxlength=“80” name=“email”
size=“20” type=“text” /> </div> <div> <input type=“checkbox”
class=“floatLeft” id=“check” value=“on” name=“check” /> <input
type=“checkbox” id=“consent” value=“on” name=“consent”> J’aimerais recevoir
de Dragos Ruxandu de l’information par courriel sur le marché immobilier en
lien avec les domaines choisis. </div> <div> <input type=“submit”
name=“submit”> </div> </form>

I know I can post an Http in Campaigns, but I don’t know what are the
pieces and values from this long code that I need.

Can you help ?

I’m having some trouble understanding what you mean by sending email and making https post to infusionsoft. Perhaps you could explain in more detail exactly what you are attempting to accomplish and how. You can make http post from infusionsoft to other systems via that http post snippet is this what you are referring to?