Page 1 of 1

Form button issue

Posted: Sat Mar 23, 2024 8:14 pm
by CraigR
Brand new at this software but read a bunch and watched a bunch of videos. I can not get my form button to do anything. Simple contact form I made and used the form box then added my edit boxes etc... changed the page to php and using built in php processor. Not sure what I'm missing?

Image

Re: Form button issue

Posted: Sat Mar 23, 2024 8:33 pm
by BaconFries
Without seeing what you have done it difficult to say. If you need help either provide a uri to the page in question or share a copy of your project (.wbs)
See the following on sharing:
How do I share my project to get help?
Read from the following:
Form FAQ

Re: Form button issue

Posted: Sat Mar 23, 2024 8:43 pm
by CraigR
I was able to figure out the issue. Software glitch it looks like.

Re: Form button issue

Posted: Sat Mar 23, 2024 9:01 pm
by Pablo
What ids the exact problem wit this form?
Is there an error?

Did you read form FAQ?
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967

Re: Form button issue

Posted: Sat Mar 23, 2024 9:04 pm
by CraigR
On the button properties when I set the type as submit then did something else it would go back to blank and not work but as long as I kept the button highlighted as the last thing I did before publishing the website then it would stay and work. But if I did anything else on the website before I published it I found it would always go back to blank then not work.

Re: Form button issue

Posted: Sun Mar 24, 2024 8:08 am
by Pablo
Does it work when you remove the captcha?

Are there any error in the PHP log on the server?

Re: Form button issue

Posted: Sun Mar 24, 2024 1:02 pm
by CraigR
Still did not work removing the captcha and no idea where to look for the PHP log. Anyway I have it working now.

Re: Form button issue

Posted: Sun Mar 24, 2024 3:14 pm
by Pablo
The log can usually be found in the Control Panel of your web host.

What did you do to make it working?

Re: Form button issue

Posted: Sun Mar 24, 2024 9:33 pm
by CraigR
CraigR wrote: Sat Mar 23, 2024 9:04 pm On the button properties when I set the type as submit then did something else it would go back to blank and not work but as long as I kept the button highlighted as the last thing I did before publishing the website then it would stay and work. But if I did anything else on the website before I published it I found it would always go back to blank then not work.

Re: Form button issue

Posted: Mon Mar 25, 2024 7:50 pm
by CraigR
I gave up on making my own because I could not get it to look right when published. I used the wizard instead and still not looking right when published! Over 2 days messing. I do the preview and it looks fine (see pic) but then build the site and looks BAD.
Image

You can see what it looks like live here: https://www.whistleblowerpress.com/as/ Just click the contact us on top. In mobile looks worse. I also have the background as transparent.

Thanks for any help in advance!

Re: Form button issue

Posted: Mon Mar 25, 2024 8:18 pm
by BaconFries
Are you sure you read all the information at the following Form FAQ Please read from Why shouldn't I use 'mailto' in the form action? When you use mailto it is set to open the users client (gmail, outlook, yahoo) on there PC and not use the form processor which is meant to do. I also see the form page is set to .html as the form uses php the page extension should be .php example contact.php not contact.html

Re: Form button issue

Posted: Mon Mar 25, 2024 8:42 pm
by Pablo
It looks like you have used a lightbox to show the form?

I do not think this is the best way to show a popup form.
I suggest to use a dialog instead.
But it may even be better to start simple, juts show the page. Once you have the basic form working you can add more advanced functionality.

Also, you have set the form action to 'mailto'. This is not reliable.
I suggest to use the built-in PHP form script instead.

Please see the form FAQ for more details:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967

Re: Form button issue

Posted: Mon Mar 25, 2024 8:57 pm
by CraigR
Yes, I was watching this video over and over https://www.youtube.com/watch?v=-pagAxMFFow trying to get it to work like this. It seems when I set the background to transparent it looks black and when I set it to a solid it's that color but always wider and taller than the the lightbox. Here it is with just that 1 change. https://www.whistleblowerpress.com/ss/

Re: Form button issue

Posted: Mon Mar 25, 2024 9:12 pm
by Pablo
I still do not think this is the right way to implement a form popup.
Please let's focus on the main issue first, trying to get the form working.

1. Remove the lightbox
2. Use the built-in form script.
3. Do not use any of the advanced options until you have the basic form working.

If the basic form does not work then review all items in the form FAQ.
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967

If you need further assistance, then please look in the php log for to find out why it fails.
Without this information it will be very difficult to advise what to change in the properties.