Input layer
This layer can be found in the slide editor.
The input layer is a simple HTML input tag. If you know some coding, you could write your own code to start searches, or send the value through to a PHP file.
You can set the name attribute of the input tag.
Placeholder text
This text will be displayed when the input field is empty.
Label
This will be the text of the button.
Slide action to submit Expert
Trigger the submit action based on a JavaScript event happening to the slide (for example: click, mouseenter, mouseleave).
Action
You can enter the value that will be put the HTML form tag's action parameter.
Parameters
You can add custom parameters to the URL.
Full width
The container will be as wide as the layer.
Custom CSS class Expert
You can add custom CSS class to the input layer.
Event on submit Expert
You can trigger some event when the form is submitted.
Event on key up Expert
You can trigger some event when a key is up after pressed.