Form code

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
EnCon0475
 
 
Posts: 4
Joined: Sat Jan 25, 2020 2:25 pm

Form code

Post 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]
User avatar
BaconFries
 
 
Posts: 5365
Joined: Thu Aug 16, 2007 7:32 pm

Re: Form code

Post 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.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form code

Post 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
Post Reply