You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd love to be able to use Generico with human readable select fields to customize Generico forms:
In a variable the text presented to the user invoking the form should contain a custimozable text, e.g. "warning sign", choosing this option would put a different text not visible to the user (e.g. containing some HTML like ""). There are ways around that problem using JavaScript, but they are not user friendly to template designers.
Do you find this feature useful and could you implement this?
The text was updated successfully, but these errors were encountered:
My goal was to provide the user of a template with a easily understandable text in the drop down selection. Based on the selection a different (associated) content would be passed as a variable to Generico.
It would be really convenient to be able to specify the option value and the underlyying text directly in Generico.
The variables could be declared like: color=red[alert-danger]|green[alert-success]|blue[alert-info] or in any other convenient syntax.
As a result the drop down menu would show the readable options red|green|blue, but upon choosing an option Generico would pass the approriate text like "alert-danger|alert-success|alert-info" into the template.
Yes, something like that could be done. It just means a few hours of regular expression fun. I will try and do that, but it will not be immediately. Thanks for the suggestion
Thank your for your wonderful plugin!
We'd love to be able to use Generico with human readable select fields to customize Generico forms:
In a variable the text presented to the user invoking the form should contain a custimozable text, e.g. "warning sign", choosing this option would put a different text not visible to the user (e.g. containing some HTML like ""). There are ways around that problem using JavaScript, but they are not user friendly to template designers.
Do you find this feature useful and could you implement this?
The text was updated successfully, but these errors were encountered: