Customizing single entry layout
-
WordPress version: 4.2.3
Gravity Forms Directory version: 3.7.2I did this:
To achieve the layout I need, I have to make some changes to gravity-forms-addons.php (basically changing the table layout to a div layout)Regarding maintaining my edits, what I want know is this:
Is there a way to use an alternate gravity-forms-addons.php file (say in my theme folder? — I tried, but it doesn’t seem to work) so that it won’t be overridden when the plugin is updated?Regarding making layout changes, I also want to know:
Would it be possible to have the “class” settings for each field set in the form to be carried over to the entry listing?What I did is this:
Currently, with no unique class assigned to entry fields in the entry view, I’m having to usep.entryback + div + div + div {special styling for a field}
The problem with my workaround is this:
Which works, sort of… if all fields are set as required in the form which, unfortunately, is not the case for what we’re doing, so if some submissions skip a field it’ll through everything off.Any ideas?
Thanks,
Scott
PS. I’m not a developer, so while I was able to figure out enough to change the layout from table-based to div based, I have no idea where to look to see if I could add the form field custom classes to the entry fields.
- The topic ‘Customizing single entry layout’ is closed to new replies.