close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Is there a way to make a text box a required item to be filled out?

Thread began 11/16/2022 12:00 pm by Supreme Geek | Last modified 11/21/2022 1:36 pm by Ray Borduin | 203 views | 7 replies |

Supreme Geek

Is there a way to make a text box a required item to be filled out?

Ray,
Is there a way for me to make a text box "required" before the end user selects the "Add to Cart" button? https://www.lotcs.org/life_membership.php. I would like to have all of the text boxes to be required on this page so that the end user's application can be complete when submitted. Thanks in advance for your help!
All the best,
Dale

Sign in to reply to this post

Ray BorduinWebAssist

Just add the word "required" to the input box. <input type="text" required ... >

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

Supreme Geek

Is there a way to make a text box a required item to be filled out?

Originally Said By: Ray Borduin
  Just add the word "required" to the input box. <input type="text" required ... >  


Hey Ray,
The code that you told me to input isn't working for me. I must be missing something, eh? Here's what I input:

<input type="text" required name="eCart1_5_Name_Add" value="First and Last Name" />
<input type="text" required name="eCart1_5_Grand_Add" value="Grand" />
<input type="text" required name="eCart1_5_PupTentName_Add" value="Pup Tent Name" />
<input type="text" required name="eCart1_5_Description_Add" value="VFW LM Number" />
<input type="text" required name="eCart1_5_Title_Add" value="Date of Birth" />
<input type="text" required name="eCart1_5_CootieNumber_Add" value="Annual Card Number" />

I also tried it this way by checking the "Required" box in my "Properties" panel and it changed to this:

<input name="eCart1_5_Name_Add" type="text" required="required" value="First and Last Name" />
<input name="eCart1_5_Grand_Add" type="text" required="required" value="Grand" />
<input name="eCart1_5_PupTentName_Add" type="text" required="required" value="Pup Tent Name" />
<input name="eCart1_5_Description_Add" type="text" required="required" value="VFW LM Number" />
<input name="eCart1_5_Title_Add" type="text" required="required" value="Date of Birth" />
<input name="eCart1_5_CootieNumber_Add" type="text" required="required" value="Annual Card Number" />

The "Add to Cart" button still lets me go to the checkout page. Thanks again for your help Brother!
All the best,
Dale

Sign in to reply to this post

Ray BorduinWebAssist

Please provide a URL or FTP access so I can take a look at what is going on.

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

Supreme Geek

Is there a way to make a text box a required item to be filled out?

Hey Ray,
I sent you an e-mail with the FTP information. Have a nice day!
All the best,

Sign in to reply to this post

Ray BorduinWebAssist

What is the page that you are working on?

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

Ray BorduinWebAssist

You have default values set, so they wouldn't have to change them to satisfy the required validation. Maybe try this:

<input name="eCart1_5_Name_Add" type="text" required="required" placeholder="First and Last Name" />
<input name="eCart1_5_Grand_Add" type="text" required="required" placeholder="Grand" />
<input name="eCart1_5_PupTentName_Add" type="text" required="required" placeholder="Pup Tent Name" />
<input name="eCart1_5_Description_Add" type="text" required="required" placeholder="VFW LM Number" />
<input name="eCart1_5_Title_Add" type="text" required="required" placeholder="Date of Birth" />
<input name="eCart1_5_CootieNumber_Add" type="text" required="required" placeholder="Annual Card Number" />

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

Supreme Geek

Is there a way to make a text box a required item to be filled out?

Hey Ray,
You are the Magic Man! This code works awesome Brother! Have a nice day, eh?
All the best,
Dale

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