After successfully working with 'RadioButtons' and 'CheckBoxes' on CustomPages, I need some help on 'Type=text'
What I am looking for is a description on how the input is written down e.g.
The value from the 'state' (I take this as default value and as an example for users, if they don't know what they should type) should be written down to a file with the good old search and replace-function. So the 'state' value should replace a placeholder in a ascii-file.[Field n]
Type=text
Left=...
Right=...
Top=...
Bottom=...
State=123
The other question is:
There must be a value given back, even when the user clears the input.
(see attached image). How can this be achieved?
Thx in advance
Chris