RichardGolko
Posts: 0
Joined: Thu Oct 25, 2012 11:25 pm

Enquiry form for mobile website

I found out you can put a panel control on a screen, change the dv to html in the settings drop down and then put your normal form and post code right in there -- it works in the designer test... all the way through... I just don't know if it works after the app is sitting on an android, an iPhone and a windows phone. Do you know Max?

RichardGolko
Posts: 0
Joined: Thu Oct 25, 2012 11:25 pm

Enquiry form for mobile website

Put the code in the screen that comes up when you press Edit HTML by the way.

anilsojitra
Posts: 0
Joined: Fri Jan 20, 2012 10:51 am

Enquiry form for mobile website

Hi Richard, would you mind posting the form code here so that I can see what it looks like? Well done by the way for finding a solution that (hopefully) works. I would be very keen to test it for you on my Android phone

RichardGolko
Posts: 0
Joined: Thu Oct 25, 2012 11:25 pm

Enquiry form for mobile website

code
<style type="text&#47;css">
&#46;CommandButton {
font-size: 14px;
font-weight: bold;
color: #000;
}
&#46;normal10pt {
font-size: 11px;
}
<&#47;style><span style="font-size: 13px; text-align: center;">
<table width="280">
<tbody>
<tr>
<td style="text-align: center;"><img alt="" src="http:&#47;&#47;golkoconsulting&#46;com&#47;portals&#47;0&#47;Images&#47;OMG&#47;Cover_SeptOct_125&#46;png" style="border-width: 0px; border-style: solid;" &#47;>&nbsp;<&#47;td>
<td>
<h1 style="text-align: center;">
<p><span style="font-size: 20px;">Get<span style="font-size: 20px;"> <&#47;span>Your Free<br &#47;>
<&#47;span><span style="font-size: 20px;">Online Marketing Guide!<br &#47;>
<&#47;span><strong><span><span style="font-size: 14px;">EVERY MONTH!<&#47;span><&#47;span><&#47;strong><&#47;p>
<&#47;h1>
<&#47;td>
<&#47;tr>
<tr>
<td colspan="2">Each monthly issue is jam-packed with useful information on how to grow your business using inexpensive online methods&#46; Get it for free now!
<&#47;td>
<&#47;tr>
<&#47;tbody>
<&#47;table>
<form method="post" action="http:&#47;&#47;rapidresponsebot&#46;net&#47;subc&#46;php" enctype="multipart&#47;form-data">
<table width="280">
<INPUT TYPE="HIDDEN" name="aid" value="122">
<INPUT TYPE="HIDDEN" name="required" value="lemail,lfname">
<INPUT TYPE="HIDDEN" name="filledfrm" value="mysite&#46;htm">
<tr>
<td><font size="2" face="Arial, Helvetica, sans-serif">First Name:<br><&#47;font><&#47;td>
<td><font size="2" face="Arial, Helvetica, sans-serif">
<input type="text" name="lfname" size="15">
<&#47;font><&#47;td>
<&#47;tr>

<tr>
<td><font size="2" face="Arial, Helvetica, sans-serif">Primary E-Mail:<br><&#47;font><&#47;td>
<td><font size="2" face="Arial, Helvetica, sans-serif">
<input name="lemail" type="text" size="15">
<&#47;font><&#47;td>
<&#47;tr>
<tr>
<td colspan="2" align="center"><input name="submit" type="submit" value="Subscribe" class="CommandButton">
<&#47;td>
<&#47;tr>
<tr>
<td colspan="2" class="normal10pt">
Your email address is safe with us&#46; You can unsubscribe at any time&#46; Get quality information that will help you get more customers&#46;
<&#47;td>
<&#47;tr>
<&#47;table>
<&#47;td>
<&#47;tr>
<&#47;table>
<&#47;form>

/code

RichardGolko
Posts: 0
Joined: Thu Oct 25, 2012 11:25 pm

Enquiry form for mobile website

Pasted below... go ahead and subscribe and tell me if it works...

Return to “Issues”