Skip to content

Latest commit

 

History

History

README.md

Form Block Edit Form Fields Add

Synopsis

More easily add fields to an Edit Form Fields panel.

Version

  • 0.1.0

SS Versions

  • 7.1

  • 7.0

v7.1 Fluid Engine Compatible

  • Not Applicable

Quick Install

Add code from file form block edit form fields add.bookmarklet as the URL for a bookmark in your browser named TWC Form Block Edit Form Fields Add.

How to Use

  • Prepare a JSON file using the Fields Add JSON File Format.

  • Add or edit a Form block.

  • Click on Edit Form Fields.

  • Use the bookmarklet.

  • Wait for the bookmarklet to alert you that it is done.

Fields Add JSON File Format

The format is a JSON structured file. The best way to begin to get familiar with the format are some examples.

It is beyond the scope of this README to teach JSON.

Notes

The code does not currently support Follow-up Questions.

The code is not particularly robust. It is like a timed macro player, clicking and inputting values. I chose this less advanced method to reduce the size and complexity of the code.

I suggest taking some precautions. For example if working on an existing form, make a copy and work on the copy.

What is a bookmarklet?

Wikipedia has a nice entry on bookmarklet.

Make a Donation

Please consider making a donation.

Changes

  • 2025-03-17

    • initial version