This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

form code in an Hero-site

7 years ago · Last reply by Andrew Misplon 7 years ago

I use SiteOrigin Hero. How can I add a individual form? At the runtime the page has no input tags. But if I open the site in WordPress admin and I edit the code with the SiteOrigin Editor, I see all tags.

This is the HTML code:

<form id="formps" action="http://myserver.de/registration.php" method="POST" name="formps">
<input name="liste" type="hidden" value="1" />
<table border="0">
<tbody>
<tr>
<td align="left">Vorname:</td>
<td align="left"><input name="vorname" size="30" type="Text" value="" /></td>
</tr>
<tr>
<td align="left">Name:</td>
<td align="left"><input name="name" size="30" type="Text" value="" /></td>
</tr>
<tr>
<td align="left">E-Mail:</td>
<td align="left"><input name="email" size="30" type="Text" value="" /></td>
</tr>
<tr>
<td colspan="2" align="center"><input name="anmeldung" type="Submit" value="Senden" /></td>
</tr>
</tbody>
</table>
</form>

In a “normal” WordPress page without SiteOrigin work the code.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 7 years, 6 months ago

    Hi Thomas

    Thanks for posting. The form HTML can be inserted into the Text tab of the content field when editing the frame you’re working on.

    If you need further control over layout, consider using the Layout Slider widget.

  2. Thomas_Ftl 7 years, 6 months ago

    I insert the code in the text tab, but at runtime in browser are no input tags. There are only the form tag, the table and the label text.

  3. Andrew Misplon Staff 7 years, 6 months ago

    My bad, I missed that. It’ll take some effort to set up but try switching to the Layout Slider, I tested it now, you can open the builder in each frame and insert a Custom HTML widget or Text widget and you’ll be good to go.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread