Skip to content

NoviBuilder/novi-label

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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">
...