Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Product Discussion
- :
- Re: Website CMS isn't working with web-to-lead
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Website CMS isn't working with web-to-lea d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-24-2009 01:25 PM
So we have a custom version of a content management system based on THP that we're having issues with creating a web-to-lead form in. When you paste the generated web-to-lead html code (below) then click update, the form's fields appear. Then once the site is published, there's nothing there but a link back to the home page. Is there some kind of form plug-in available that's been successful?
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
<form action="https://www.salesforce.com/servlet/servlet.WebToLe
<input type=hidden name="oid" value="00D80000000LDOU">
<input type=hidden name="retURL" value="http://www.onestarfoundation.org">
<label for="first_name">First Name</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>
<label for="last_name">Last Name</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>
<label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" /><br>
<label for="company">Company</label><input id="company" maxlength="40" name="company" size="20" type="text" /><br>
<label for="city">City</label><input id="city" maxlength="40" name="city" size="20" type="text" /><br>
<label for="state">State/Province</label><input id="state" maxlength="20" name="state" size="20" type="text" /><br>
Services 1:<textarea id="00N80000003Ck1o" name="00N80000003Ck1o" type="text" wrap="soft"></textarea><br>
Services 2:<textarea id="00N80000003CkSB" name="00N80000003CkSB" type="text" wrap="soft"></textarea><br>
EIN:<input id="00N80000002gWlq" maxlength="10" name="00N80000002gWlq" size="20" type="text" /><br>
Mission of Organization:<textarea id="00N80000002gbNb" name="00N80000002gbNb" rows="3" type="text" wrap="soft"></textarea><br>
Affiliate of a larger organization:<input id="00N80000002gbNg" name="00N80000002gbNg" type="checkbox" value="1" /><br>
Faith-based?:<input id="00N80000002u4Jl" name="00N80000002u4Jl" type="checkbox" value="1" /><br>
<input type="submit" name="submit">
</form>
Thanks!
Re: Website CMS isn't working with web-to-lea d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-27-2009 04:53 AM
Re: Website CMS isn't working with web-to-lea d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-28-2009 12:24 PM
Our web master tried this on your suggestion with a div tag on the front end of the entire thing and the close div on the back end. Forgive me if this is an ignorant question, but should I suggest that the web master try to wrap each line of the form in div tags?
Oh, our CMS is specially designed based on THP. Is there a plug-in based on type of CMS that will fix? (Wishful thinking!)
Thanks!
Re: Website CMS isn't working with web-to-lea d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-28-2009 01:01 PM

