Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Ask a Question Fields
Author « Topic »  

mdolson981
Advanced Member

134 Posts

Pre-sales questions only
(More Details...)

Posted - 09/22/2018 :  16:57:18  
The instructions for adding extra fields to the ask a question show only how to add a please select line.

All I want is a phone number field and a 60 character text field.

I got the labels to show in the email but the info does not pass thru.

dbdave
ECT Moderator

USA
10468 Posts

Posted - 09/22/2018 :  17:16:24  
I think it's just a matter of writing out the html code, except you need to remember to use double quote with it being .asp code
https://www.w3schools.com/html/html_form_input_types.asp

so this
askquestionparam1="Extra Param1"
askquestionrequired1=TRUE
askquestionhtml1="<select name=""ectfield"" id=""ectfield"" size=""1""><option value="""">Please Select...</option><option value=""Test 1"">Test 1</option><option value=""Test 2"">Test 2</option></select>"

should be more like this

askquestionparam1="Extra Param1"
askquestionrequired1=TRUE
askquestionhtml1="Phone Number:<br/><input type=""text"" name=""phone"" id=""phone"">"

mdolson981
Advanced Member

134 Posts

Pre-sales questions only
(More Details...)

Posted - 09/23/2018 :  11:40:47  
I have bee two days trying to get 2 fields to work on ask a question

If i paste exactly what you posted

askquestionparam1="Extra Param1"
askquestionrequired1=TRUE
askquestionhtml1="Phone Number:<br/><input type=""text"" name=""phone"" id=""phone"">"

It just hangs and does not send--------

I tried it this way-------

askquestionparam1="Your Phone Number"
askquestionrequired1=TRUE
askquestionhtml1="<input id=""yourphone"" name=""yourphone"" size=""30"" type=""text"">"

and the Label comes thru but no actual phone number

------------------

Has anyone actually got an extra field on ask a question to work?

Andy
ECT Moderator

95440 Posts

Posted - 09/23/2018 :  11:45:34  
Hi

I think from David's example the name and id should be ectfield like this

askquestionparam1="Phone Number"
askquestionrequired1=TRUE
askquestionhtml1="<input type=""text"" name=""ectfield"" id=""ectfield"">"

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000