arobix
Member
Posted 9 months ago #
I'm not wild about the way the directory is displayed http://kids.umpquawebdesign.com/fundraising?sort=date_created&dir=DESC
Is there a way to make it more attractive?
Is there a way to hide the name and email from the display? I want info to be entered so I can't hide it in the form itself.
Is there a way to make changes to the directory once it's created?
Attractiveness is all through CSS.
Re: hiding fields, read step 2: http://wordpress.org/extend/plugins/gravity-forms-addons/installation/
I'm going to make it clearer in the future how to set up a directory.
I would be really really helpful to assign the form elements with a different CSS Class that is unique to the form ID instead of using the form type.
Currently, anything that has a form type of text field is given the same CSS.
Is there a way to output the class for each field having a unique class such as class="kf_form_ID" ?