Equity Residencies

From the to-do list: DEV

✔ landing page CRM form integration

Comments

Justin Bernard on May 15, 2015:

try to overlay the CRM form you generated last week with our current page

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:

ok got the overlay form figured out.

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:

nice work

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.

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:

oh no no, check box is fine.  had radio when having two options, check is more normal for one selection...

all good thx

Justin Bernard on May 15, 2015:

work on getting stat next steps itemized.  need a written out process chart, what will work already done, what is start over, etc. thx

Taylor Bernard on May 15, 2015:

heres the form busted out, code wise,
but im pretty sure you went back and made a new one?

Justin Bernard on May 20, 2015:

got the page built out and fully responsive (try resizing browser window)
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:

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?

Justin Bernard on May 20, 2015:

base url, so like once the form submitted, where do it take you

just put in http://www.equityresidences.com/ for both

Justin Bernard on May 20, 2015:

any luck on form?

Taylor Bernard on May 20, 2015:

should be it with new entries.

http://cloud.fleeangrybear.com/0N2T2l0q2l2H