Can i include an HTML source on the form

  • nikhilpandurangi29
    Asked on March 22, 2014 at 5:11 AM

    HTML source code:

    I want to include the following HTML source code in my form 

    <form method="get" action="http://www.mysite.com/search.php"> 
    <table cellpadding="0px" cellspacing="0px"> 
    <tr> 
    <td style="border-style:solid none solid solid;border-color:#4B7B9F;border-width:1px;">
    <input type="text" name="zoom_query" style="width:100px; border:0px solid; height:17px; padding:0px 3px; position:relative;"> 
    </td>
    <td style="border-style:solid;border-color:#4B7B9F;border-width:1px;"> 
    <input type="submit" value="" style="border-style: none; background: url('searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
    </td>
    </tr>
    </table>
    </form>

  • Carina
    Replied on March 22, 2014 at 4:47 PM

    Yes.

    For that you can use the Text field:

    Can i include an HTML source on the form  Image 1 Screenshot 20

    Let us know if we can be of more assistance.