Skip to main content
Archived

Improve the Form Example in Developer Information (in Run Workspace)

Related products:FME Form
  • February 16, 2016
  • 2 replies
  • 76 views

revesz
Supporter
Forum|alt.badge.img+21

The Form Example in Developer Information (in Run Workspace) is quite basic. Every input in the sample HTML form is <input type="text">

It would prefer to see a form sample where the type of the inputs reflect the public parameter type, eg:

  • Date/Time: <input type="datetime"> or <input type="date">
  • Integer: <input type="number">
  • Password: <input type="password">
  • Color Picker: <input type="color">
  • Choice/Choice with Alias/Multiple: <input type="radio">, <input type="checkbox"> or <select> <option value="volvo">Volvo</option>... </select>

In Choice/Choice with Alias it is also possible to expose all the options with both values and aliases from the Configuration of the Parameter

Now you need to do it manually even it is basically an automatic (and boring) task.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • February 16, 2016

Having this developer information pre-populated in this way would be excellent for rapid prototyping and demos. +1 from me, great idea!


rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • February 15, 2018

Please note that this idea has been marked as Not Planned – the 'Form Example' is no longer available in the Advanced or Developer Information area of the Run Workspace page.

There are examples available at the FME Server Developer Playground that can help guide you how to implement this on your own web server.

Thank you very much for contributing this Idea to the Knowledge Center, and for everyone who took time to comment and vote for this idea. We really appreciate your participation!

Should you have further questions how to implement these examples, please consider visiting the Q&A Forum of the Knowledge Center.

Edit: Those interested in this enhancement might also be interested in this Idea .. Bring back code samples.