This software is meant to create HTML forms with hidden inputs. The parameters are transformed to hidden inputs in the form.
This software is still in development, and is meant as a tool for creating multiple HTML forms from lists of parameters with the same structure.
- Put the right values in the Action and Method fields.
- Put a regular expression matching your parameters structure and capturing them in pairs name/value. Ex: to capture the name and value of "PARAMETER :: control=12 "
- put a regexp like "PARAMETER :: (.+?)=(.*) "
- the first capturing expression will be inserted as the name of the input, and the second as its value.
- Put you parameters list in the text zone.
- Click "Create form".
- Enjoy
You can find a demo version at https://formcreator.remyg.fr
This application is released under the MIT License.
Copyright (c) 2012-2019 Rémy Gardette
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
