Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

wordpress platform posting a lead to an api

Status
Not open for further replies.
Joined
Oct 7, 2004
Posts
68
Reaction score
17
Hi All,

Does anyone have a solution for a wordpress based site that needs to do an automated HTTP post of a web generated lead (with only a couple of form variables, such as name, phone, email, etc) to an API when leads are generated.

Been searching around for some code, but I'm drawing a blank big time. I'm no expert coder but if someone had a code base, I'm sure I could work it out.

Thanks,

Mike
 
Do you have some code from the lead company to paste into a standard web page if so you could hard code it into a custom wordpress page.
 
Do you have some code from the lead company to paste into a standard web page if so you could hard code it into a custom wordpress page.

I'm afraid not, so the code would need to be writen from scratch which is outside of my expertise that's for sure.
 
Guesing you may want just want something like this

Code:
<FORM action="Your API adress here" method="post">
    <P>
    <LABEL for="firstname">First name: </LABEL>
              <INPUT type="text" id="firstname"><BR>
    <LABEL for="lastname">Last name: </LABEL>
              <INPUT type="text" id="lastname"><BR>
    <LABEL for="email">email: </LABEL>
              <INPUT type="text" id="email"><BR>
    <INPUT type="submit" value="Send"> <INPUT type="reset">
    </P>
 </FORM>

Have a look here for some plugins that sound like they may be of some use the last one linked may exactly what you need http://news.softpedia.com/news/Magic-Forms-85273.shtml
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom