Re: Form 6 changes
I didnt need "service" field and all of its choices but needed "organization" so I commented out the choices and then changed all references from "service" to "organization" in both HTML and PHP file and seems to be working. Was the correct procedure?
Now I need "Name" split into 2 fields "First" and "Last" name. So I can change "Name" into "First" and all of its reference in PHP, but how do I add a "Last" field.
Do I just copy and paste the name div code in HTML and then add references in the PHP by copying all of the other line codes and substituting "Last"? Thats what I'm figuring but would like confirmation.
ALSO: I would like to change the "success" message location (it appears near top right corner) and move to center of the screen. What coding do I need to add and where?
Thanks!
