Form button issue

Issues related to forms.
Post Reply
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Form button issue

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

Re: Form button issue

Post 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
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

Post by CraigR »

I was able to figure out the issue. Software glitch it looks like.
Last edited by CraigR on Sun Mar 24, 2024 2:37 am, edited 1 time in total.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form button issue

Post 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
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

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

Re: Form button issue

Post by Pablo »

Does it work when you remove the captcha?

Are there any error in the PHP log on the server?
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

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

Re: Form button issue

Post by Pablo »

The log can usually be found in the Control Panel of your web host.

What did you do to make it working?
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

Post 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.
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

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

Re: Form button issue

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

Re: Form button issue

Post 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
CraigR
 
 
Posts: 12
Joined: Fri Mar 22, 2024 3:50 am

Re: Form button issue

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

Re: Form button issue

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