forms_apps_script
Forms Utilities
Increment / Decrement Buttons
Live Preview
Increment Decrement Buttons
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Increment / Decrement Buttons

Easy way to create increment and decrement buttons into your form, the widget will automatically update the input field on the click of one of the buttons. The widget also supports min/max and step attributes! The widget also dispatches correctly Events to be captured by other javascript handlers.

Live Preview
Increment Decrement Buttons with Step/Min/Max
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Date Time Input
Live Preview
DateTime Input
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

DateTime Input

Converts your text field into a native date time input

Time Input
Live Preview
Time Input
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Time Input

Converts your text field into a native time input

Date Input
Live Preview
Date Input
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Date Input

Converts your text field into a native date input

Color Input
Live Preview
Color Input
#f5f5f5
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Color Input

Converts your text field into a native color input, the text block next to the input can be used also to modify the value of the color field, the initial value will be get from that field so be sure to use an appropriate hex color string

Rating Input
Live Preview
Rating Input
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Rating Input

Converts your radio input into a rating input with a simple css trick (:has selector, polyfilled for Firefox). Don't forget to style up the hover and the checked state of the radio input!