Autofiller Bookmarklet Generator

Buffer

This tool will save you hours of your life by autofilling forms instantly, specially if you are a developer. It takes seconds to create them, start building your own or go to the bottom to see an example.

  • Put each form field in a separate line
  • Separate parameters from value with a colon. You can detect more than one parameter at once by separating them with a comma
  • Any part of the parameter that matches the name of the field is filled in
  • Works for textboxes, textareas and dropdown selects. For checkboxes use true or false and add a * at the end of the line
  • Put the most broad parameter matches first so that more specific ones are processed later
  • Random number: Add [r] to generate a number from 0 to 9 (or add [r][r][r][r] for 4 numbers)
  • Dates: Add [d] to generate the current day of the month or [dd] to force two numbers; also available are [m], [mm], [yy], [yyyy], [h], [hh], [n] (minutes), [nn], [s], [ss]
(You can modify/save it later)

See an example

Click the following button to autofill the form: Autofill the form

<input type="text" name="firstname">
<input type="text" name="lastname">
<input type="text" name="email">
<input type="checkbox" name="checkbox">

Autofiller Bookmarklet Generator by Xavi Esteve