Novi Builder Plugin for form label editing. Allows you to edit text in the label.
You should follow several simple steps to install this plugin:
- Copy the novi-plugin-label.js file to your path/to/novibuilder/plugins folder.
- Launch NoviBuilder
- Edit form label
- querySelector — contains a css selector which defines the Plugin container.
Add basic HTML markup:
...
<label for="contact-name">Your Name</label>
<input id="contact-name" type="text" name="name">
...