• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

stealthauto3
#1 Posted : Monday, June 22, 2009 12:03:41 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

I am tryign to get the following form to work on my site without having a separate html window popup. Is there an easy way to do this for this form and all future forms?

Many thanks!

FORM:

<form action="https://stealth.infusionsoft.com/AddForms/processFormSecure.jsp" method='POST'>
<input name="xid" value="b6a1d5b1bc1185452e3a8bb1e7adabef" type="hidden" id="xid" />
<input name="type" value="CustomFormWeb" type="hidden" id="type" />
<table>
<tr><td colspan=99 style="padding:4px;background-color:#000000;color:#FFFFFF">Contact Information</td></tr>
<tr><td>First Name *</td><td><input type='text' name='Contact0FirstName' value=''></td></tr>
<tr><td>Email *</td><td><input type='text' name='Contact0Email' value=''></td></tr>
<tr><td>Car Make *</td><td><table cellpadding="0px" cellspacing="0px" border="0px"><tr><td><select class="inf-select default-input" id="Contact0_CarMake" name="Contact0_CarMake" ><option value="">Please select one</option><option value="Acura">Acura</option>
<option value="Audi">Audi</option>
<option value="Bentley">Bentley</option>
<option value="BMW">BMW</option>
<option value="Cadillac">Cadillac</option>
<option value="Cheverolet">Cheverolet</option>
<option value="Chrysler">Chrysler</option>
<option value="Dodge">Dodge</option>
<option value="Ferrari">Ferrari</option>
<option value="Ford">Ford</option>
<option value="Honda">Honda</option>
<option value="Hummer">Hummer</option>
<option value="Hyundai">Hyundai</option>
<option value="Infiniti">Infiniti</option>
<option value="Jaguar">Jaguar</option>
<option value="Jeep">Jeep</option>
<option value="Lamborghini">Lamborghini</option>
<option value="Land Rover">Land Rover</option>
<option value="Lexus">Lexus</option>
<option value="Lincoln">Lincoln</option>
<option value="Lotus">Lotus</option>
<option value="Maserati">Maserati</option>
<option value="Mercedez Benz">Mercedez Benz</option>
<option value="Mini">Mini</option>
<option value="Mitsubishi">Mitsubishi</option>
<option value="Nissan">Nissan</option>
<option value="Porsche">Porsche</option>
<option value="Saab">Saab</option>
<option value="Saturn">Saturn</option>
<option value="Volkswagen">Volkswagen</option>
<option value="All Other">All Other</option>
</select></td></tr></table></td></tr>
<tr><td>Car Model ( eg. 330i, F150, E-500, etc..)</td><td><input type='text' name='Contact0_CarModeleg330iF150E500etc' value=''></td></tr>
<tr><td colspan=2><input name="Submit" value="Submit" type="submit" class="button np inf-button" id="Submit" /></td></tr>
</table>
</form>
Narrowpath
#2 Posted : Monday, June 22, 2009 12:49:28 PM(UTC)
Narrowpath

Rank: Member

Joined: 9/20/2006(UTC)
Posts: 92

You could add the form to a standard HTML page and then load this HTML page into an IFrame on your ASPX page.

[color=gray>
<HR]
[/color]



Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites
24/7 tech support and consultation service available for BVSoftware E-Commerce
760.728.8679 (phone)
[email protected]
stealthauto3
#3 Posted : Monday, June 22, 2009 12:50:37 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

Wallace-

That sounds awesome. Can you give me some sample code on how to do this?
Andy Miller
#4 Posted : Monday, June 22, 2009 12:55:10 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
.NET web pages cannot have more than one form tag. So you cannot simply add you email signup form to any BV page.

Some options:

1. Create a separate email signup page (e.g. signup.html) and then embed it into BV pages using an iframe.
2. Create a .NET user control with the fields that you need (basically everything you quoted above, but without the form tags) and add code that submits the signup to infusionsoft. The embed the user control into your BV pages.
3. Add your form to BV pages *after* .NET closing form tag and use CSS to display it in the right position. If your form appears after .NET's form, .NET will mostly ignore it.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012