Skip to content

NoviBuilder/novi-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novi-label

Novi Builder Plugin for form label editing. Allows you to edit text in the label.

How to Install

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

What you are able to do

  • Edit form label

Developer Settings

  • querySelector — contains a css selector which defines the Plugin container.

Add mailform HTML Layout with label

Add basic HTML markup:

...
<label for="contact-name">Your Name</label>
<input id="contact-name" type="text" name="name">
...