Page 1 of 1

Form code

Posted: Thu Jul 02, 2020 1:37 pm
by EnCon0475

Code: Select all

<body>
<big style="font-family: Calibri;">I have a sign-up form from an email
service, and I was provided the code in two forms (script and html) to
input onto my website. <br>
I went to my toolbox and opened &lt;&gt; html and input the script and
the page never opened. I then used the html Code I was provided and
while the page opens when someone enters their information the form
does not work. See <a href="https://encon-search.com/sign_up1.html">sign_up1.html</a>
after entering your info you should get a confirmation message.<br>
<br>
I then created a standalone html page using Komposer and the script and
it works perfectly see <a href="https://encon-search.com/Sign-up.html">Sign-up.html</a>.<br>
I would prefer not to use standalone html pages how do I get either the
script or the html to work with WYSIWYG15?<br>
</big><br>
</body>code]

Re: Form code

Posted: Thu Jul 02, 2020 2:41 pm
by BaconFries
Moved to 'Off Topic Section' as in general there is no help with how to use external code but in this section maybe others can help.
Why have inserted the text within the code brackets?? making it hard to read and understand what you are doing.

Re: Form code

Posted: Thu Jul 02, 2020 2:57 pm
by Pablo
Note that the code will be published "AS IS".
Common reasons why the custom code code does not work are:
- the code is incorrect or incomplete
- the code is inserted in the wrong part of the page
- the code conflicts with other code on the page