FORM SETTING PROBLEM

Issues related to forms.
Post Reply
luputu
 
 
Posts: 36
Joined: Sun Feb 17, 2019 4:44 am

FORM SETTING PROBLEM

Post by luputu »

I just tried to make some form on my web such as RSV form and contact form, after tried many time with trial and error I succeed but not 100%
the problem is why on the page shown double form ???? all form I made shown double in my web but not in preview.
just for your reference my web is www.luputu.com/reservation.php
please help me to solve this problem
thank you
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: FORM SETTING PROBLEM

Post by Pablo »

Everything is duplicated .
Did you manually add or edit HTML code?
Did you publish the page with the built-in FTP tool?
luputu
 
 
Posts: 36
Joined: Sun Feb 17, 2019 4:44 am

Re: FORM SETTING PROBLEM

Post by luputu »

I did mannualy and publushed with built in ftp tools, why it looks all duplicated ?? do you have an idea how to change it ? I think the problem is when I copied the html code on html page as I followed the manual on forum to create a form. but when I don't copy the code on page html then the form doesn't work. now the form is work but appear double.
also another topic, the header and footer i made is not responsive when i opened on mobile, is it possible to make a page without header and footer but with layoutgrid as header and footer ?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: FORM SETTING PROBLEM

Post by Pablo »

You cannot just copy the code from another page and place it inside another page, this will duplicate the structure of the HTML.
But why are you copying the HTML?

A page header/footer is a fixed layout container, basically it's a layer. To make it responsive you will have to add breakpoints.
You can also use a layout grid as header/footer.
luputu
 
 
Posts: 36
Joined: Sun Feb 17, 2019 4:44 am

Re: FORM SETTING PROBLEM

Post by luputu »

thank you Mr. Pablo for your nice help. I am sorry I am not an expert and that's why could be my question has no quality for you. I just want to have my own web with y experience and I found wysiwyg web builder is the best choice for me. but could you tell me how can I create a form on a page ?? please show me the details !
why I copied the html code is because i red in your forum to change the hmtl page into php and copy the generated hmtl code to the start page. is that right ???
please excuse me for my stupidity :roll: :roll: :roll:
I just tried to follow this comment http://www.wysiwygwebbuilder.com/forms_php.html
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: FORM SETTING PROBLEM

Post by Pablo »

This specific tutorial is for advanced users only.

If you are not an experienced user then I recommend to use the built-in form script instead:
http://www.wysiwygwebbuilder.com/forms.html
or
http://www.wysiwygwebbuilder.com/form_wizard.html

See also:
viewtopic.php?f=10&t=32967
luputu
 
 
Posts: 36
Joined: Sun Feb 17, 2019 4:44 am

Re: FORM SETTING PROBLEM

Post by luputu »

I did it like that also but with the wizard the form display goes everywhere because doesn't stay with the layoutgrid. and it's looks okay on preview but after publish seem the built in processor doesn't work, outoresponder doesn't work. or may could you write me the code
with what I did seems work well, email built in processor and auto responder work well but the page looks duplicated, only this problem i had now. :?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: FORM SETTING PROBLEM

Post by Pablo »

A form cannot be added to a layout grid. A form is a fixed/absolute container.
However, you can use the layout grid as a form by using the option 'enable 'form'.

There are several example for this in the templates:
http://www.wysiwygwebbuilder.com/templates8.html
and blocks:
http://www.wysiwygwebbuilder.com/blocks.html

And of course the built-in script processor works otherwise it would have been 'fixed' a long time ago.
Please try to do thing at a time.
- create the form layout, make sure there is no custom code and not duplication.
- then focus on the form settings to processor form data.
luputu
 
 
Posts: 36
Joined: Sun Feb 17, 2019 4:44 am

Re: FORM SETTING PROBLEM

Post by luputu »

Thank you Mr. pablo, it's work well now :D :D :D :D
Post Reply