where are you referencing me using hte checkbox:focus stuff. AB site? if so no tell, i built that a looong time ago. somtimes if you click in a form and then use tab key to cycle through, that no focus stuff makes it not do weird things(like ugly field highlights). possibly for that.
see if you can put a radio button under accred investor too. orig i had a yes/no, no sense in that, lets just have one radio button, defaulted to unchecked, so they can check it if applicable. be less data to send too.
Taylor Bernard on May 15, 2015:
ok i never could figure it out. reverting to checkbox.
updated index3.html to reflect form in place.
looks like radio buttons dont really like to play nice going on/off when there is a single radio button. thats what checkboxes are for. checkboxes default toggle on/off for each one. radios have to be in a group with js to do it easily.
also wired the current form (above) up. looks like its just trying to validate that user has last name in place. we need to set it to require First Name, Last Name, Email, and to check the Accredited Investor option
once that code is spit out, its eaaaaaaasy to wire up now, like 30secs
Justin Bernard on May 20, 2015:
do this first this morning, need another form code exported from zoho, wired to above variables
first priority
Taylor Bernard on May 20, 2015:
think i figured it out. what do you think this means. landing page and form location url?
Comments
Justin Bernard on May 15, 2015:
you basically assign a class to each field, and position it that way
rough it out and let me know if you get stuck
we can worry about the accredited investors radio box later
Taylor Bernard on May 15, 2015:
i noticed you had a checkbox:focus div with just a var of boarder:0
i dont have that and im not getting an 'on focus' border or anything on my end with firefox.
Justin Bernard on May 15, 2015:
where are you referencing me using hte checkbox:focus stuff. AB site? if so no tell, i built that a looong time ago. somtimes if you click in a form and then use tab key to cycle through, that no focus stuff makes it not do weird things(like ugly field highlights). possibly for that.
see if you can put a radio button under accred investor too. orig i had a yes/no, no sense in that, lets just have one radio button, defaulted to unchecked, so they can check it if applicable. be less data to send too.
Taylor Bernard on May 15, 2015:
updated index3.html to reflect form in place.
looks like radio buttons dont really like to play nice going on/off when there is a single radio button. thats what checkboxes are for.
checkboxes default toggle on/off for each one. radios have to be in a group with js to do it easily.
if you are deadset on radio button. here's a lead for figuring it out. theres also a jsfiddle about 3 post down that works.
http://stackoverflow.com/questions/6191621/jquery-check-uncheck-radio-button-onclick
Justin Bernard on May 15, 2015:
all good thx
Justin Bernard on May 15, 2015:
Taylor Bernard on May 15, 2015:
but im pretty sure you went back and made a new one?
Justin Bernard on May 20, 2015:
http://client.fleeangrybear.com/equity/
fancy
also wired the current form (above) up. looks like its just trying to validate that user has last name in place. we need to set it to require First Name, Last Name, Email, and to check the Accredited Investor option
once that code is spit out, its eaaaaaaasy to wire up now, like 30secs
Justin Bernard on May 20, 2015:
first priority
Taylor Bernard on May 20, 2015:
what do you think this means. landing page and form location url?
Justin Bernard on May 20, 2015:
just put in http://www.equityresidences.com/ for both
Justin Bernard on May 20, 2015:
Taylor Bernard on May 20, 2015:
http://cloud.fleeangrybear.com/0N2T2l0q2l2H