i found it here is correct code
<p></p>
<label>Are you 13 or older?</label>
<input type="radio" id="CustomerFormYes" name="customer[Yes or No]" value="Yes" required=""> Yes.<br>
<input type="radio" id="CustomerFormNo" name="customer[Yes or No]" value="No" required=""> No.<br>
<p></p>
but you are using contact[Yes or No]
Shopify theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
And?
I thought 'Yes or No' was the name of the radio button - the way I put radio buttons for pdf forms? I am a teacher, not really a coder, and know a little bit of this and that ... how should the code be corrected?
(Listen: I was going to choose one of your previous answers as a SOLUTION for the 1st question, but it's not letting me do that: do you know how I could do it? - thanks)
in customer/registration.liquid fine the code and replace it ,if you can do it your self than OK otherwise i will do it ,give me your store access .
Shopify theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
please use below code :
use it :
<p></p>
<input type="radio" id="CustomerFormYes" name="customer[note][Yes or No]" value="Yes" /> Yes<br>
<input type="radio" id="CustomerFormNo" name="customer[note][Yes or No]" value="No" /> No
<p></p>
i have missed [note] in above code sorry for that.
Shopify theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
use it :
<p></p>
<input type="radio" id="CustomerFormYes" name="customer[note][Yes or No]" value="Yes" required=""/> Yes<br>
<input type="radio" id="CustomerFormNo" name="customer[note][Yes or No]" value="No" required=""/> No
<p></p>
Shopify theme developer and customization
I Would like to add new functionality or customize an existing one, please hire me.
If helpful then please Like and Accept Solution .
Email: ashiquehussaincodediary@gmail.com
Subject | Author | Latest Post |
---|---|---|
Subject | Author | Posted |
---|---|---|
25m ago | ||
2 hours ago | ||
2 hours ago | ||
2 hours ago | ||
2 hours ago |
User | Count |
---|---|
326 | |
77 | |
72 | |
65 | |
56 |