close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Contact Form

Thread began 2/23/2016 6:20 am by rob294118 | Last modified 2/23/2016 4:44 pm by Ray Borduin | 2147 views | 19 replies |

rob294118

Contact Form

I created a form and set the list-style to none but I am still getting bullets on my form. It is not submitting the form to me either. Also does not redirect to my thankyou.php page after the form submits.

I have other forms that are working on this website.

http://www.rottrescuela.org/contact-us.php

Sign in to reply to this post

Ray BorduinWebAssist

The "bullets" you see aren't added by the list-style...they are added on style.css line 1914:

.art-postcontent ul > li::before, .art-post ul > li::before, .art-textblock ul > li::before {
bottom: 2px;
content: url("images/postbullets.png");
display: inline-block;
font-size: 0;
line-height: 0;
margin-right: 6px;
position: relative;
vertical-align: middle;
}

You can override that code with something like:

.art-postcontent form ul > li::before {
display: none;
}

You aren't getting the form submission because the server validation is still looking for form fields "Best_Day" and "Best_Time", which you must have removed at some point. You'll have to remove them from the server validation as well, that can be done by deleting lines 15,16 manually or from within the Server Validations Server Behavior UI.

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

Ray BorduinWebAssist

Please post new messages instead of revising the old one, it makes it difficult for others to follow if they end up having similar issues in the future.

If it takes you to the thank you page now, then it is trying to send the email. What do you have the "FROM" address set to in the email server behavior.

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

rob294118

"FROM" address

Is this what you mean?

$_SESSION[$EmailRef."_From"] = $GLOBALS[$EmailRef."_From"];

Sign in to reply to this post

Ray BorduinWebAssist

No... What I mean is what value did you put into the Email Server Behavior for the from field?

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

rob294118

I have no idea what you mean. This?

<?php echo ((isset($_POST["Email_Address"]))?$_POST["Email_Address"]:""); ?>

Sign in to reply to this post

Ray BorduinWebAssist

OK, and what did you enter in the form when you tested for the email address?

It is usually not a good idea to actually send the email FROM the entered value because of the high probability of a SPAM check failure. Since the email really isn't coming FROM that person's email server. Try setting the FROM to a valid email address registered on the server sending the email and it may improve the deliver-ability. You can set the Reply-To to the email field from the form separately by clicking the FROM button in the UI and setting it to a separate value.

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

rob294118

I entered my email address. I tried another one too. It doesn't work.

I have no idea what you're talking about. I have other forms on this website that work. I'm doing exactly the same thing on the contact form but it doesn't work!

Sign in to reply to this post

Ray BorduinWebAssist

Can you give me FTP access to your files? That would allow me to debug further.

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

rob294118

What files can I send you. I don't know the FTP info right now and I need this fixed.

Sign in to reply to this post
loading

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