Extended Form Add On Help
Permalink
I have posted this on the Extended Form question area, but the developer has not answered it (it's been a while too).
Here is my issue, I want to override some CSS for some of the question fields. There is a field on each item for this:
Custom Class:
Insert the name of the class you want to use. Without the dot (.)
I have added the custom class within the css (jquery.form.css) of the add on as follows:
I then put the following in the custom class: forminvisible
What I want to do is make the text (question) on that piece of the form white so that it does not show up.
I cannot get this to work and it is driving me crazy!
Here is the page on the website if you want to take a look:
http://www.carolinestreetptso.org/online-forms/...
Thanks in advance.
Here is my issue, I want to override some CSS for some of the question fields. There is a field on each item for this:
Custom Class:
Insert the name of the class you want to use. Without the dot (.)
I have added the custom class within the css (jquery.form.css) of the add on as follows:
.formBlockSurveyCell.forminvisible { width: 220px; padding-right: 12px color:white; }
I then put the following in the custom class: forminvisible
What I want to do is make the text (question) on that piece of the form white so that it does not show up.
I cannot get this to work and it is driving me crazy!
Here is the page on the website if you want to take a look:
http://www.carolinestreetptso.org/online-forms/...
Thanks in advance.