close ad
Databridge V2 with MySQLi support IS Now Available!
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Can you help me to get the Contact Page to work?

Thread began 5/21/2019 7:38 am by John | Last modified 5/28/2019 8:49 am by Ray Borduin | 557 views | 8 replies |

John

Can you help me to get the Contact Page to work?

I have followed the instructions with no success. I am in the set mode. I want the wemail to be sent to the hidden field "webmaster" which is my address the return to the home page caps_home.php. I never get an email nore does the page return to the caps_home after submit. You can find the page on https://caccaphoto.org/caps/contact_us.php

Attached Files
contact_us.php
Sign in to reply to this post

Ray BorduinWebAssist

Your form action is set to: action="caps_contact_us.php"

It has to be set to the current page name or the code on the page won't have a chance to run. That appears to be your issue.

Sign in to reply to this post
Did this help? Tips are appreciated...

John

Still having an issue

I made the form change to contact_us,php

Sign in to reply to this post

Ray BorduinWebAssist

Please attach the current page you are working on so I can verify the change was made properly. Does it redirect to the success page? Please include any details that might help me identify the issue.

Sign in to reply to this post
Did this help? Tips are appreciated...

John

I changed line 109 by changing the action to contact_us.php

Sign in to reply to this post

Ray BorduinWebAssist

That looks correct now... After you submit the form does it go to the caps_home.php page? Are there any errors on the page?

Sign in to reply to this post
Did this help? Tips are appreciated...

John

No it doesn't go to the caps_home page and there are no errors. After the processing display clears the form Contact Us page is refreshed and this appears above the security code. It is like the CAPTCHA validation isn't working. Another question. When the question is "Which day comes before tuesday?" is te Answer * case sensitive? monday or Monday

Sign in to reply to this post

Ray BorduinWebAssist

Neither are case sensitive. If it doesn't get passed this, then it might be that your server isn't saving session variables properly. To test this, create two pages.

setSession.php with code:
<?php
@session_start();
$_SESSION['test'] = "works";
?>

and viewSession with code:
<?php
@session_start();
echo(isset($_SESSION['test'])?$_SESSION['test']:"does not work");
?>

Then browse the setSession.php page with your browser and then go to the viewSession.php page after to see if it works.

Can you put your contact page on a live site and give me FTP access? That would allow me to do some testing and figure out what is wrong on my own.

Sign in to reply to this post
Did this help? Tips are appreciated...

John

Contact Us page not working

Thanks for your help. I scrap the page and started from scratch and it work fine.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...