Edit default markup when adding a field
-
Hi,
I’m a developer and I use this plugin for all my project. (thanks btw).
I wanted to ask whether it’s possible to change the HTML of a field that gets added to the form.
For example, instead of<p>
tags, I prefer to wrap in<div>
tags. And sometimes I put the<input>
inside the<label>
.The reason I want to do this programmatically is, so I can add the code to the theme, and when the client creates a new form the markup will always be correct and matching my CSS selectors for the styles.
Are there any filter hooks to accomplish this? And if not, would you perhaps consider adding this in a future release?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.