Quote from
luishp on July 21, 2021, 7:21 pm
Hi @suyonob
Prevent mandatory empty field to submit.
Check variable value before submit the form. Take a look at the "FormSubmit" included sample app
Using masking to number field, ex : 08999999 become 0899-9999-9
Use neoInputMask command.
force using UPPERCASE on Text Field
Use the InputText change event (double click the InputText object to add your code) and StrUpper command on the InputText variable.
i want to generate current datetime from client side then set to id field, Calculate Age (get years, month) from day of birtday
Use neoDate plugin.
How to using Concat Value (using attached file on curl_json page) so i am dynamically call json based certain values
Sorry, I don't understand your question.
PLease try adding your questions one at a time.
Regards.
Hi @suyonob
Prevent mandatory empty field to submit.
Check variable value before submit the form. Take a look at the "FormSubmit" included sample app
Using masking to number field, ex : 08999999 become 0899-9999-9
Use neoInputMask command.
force using UPPERCASE on Text Field
Use the InputText change event (double click the InputText object to add your code) and StrUpper command on the InputText variable.
i want to generate current datetime from client side then set to id field, Calculate Age (get years, month) from day of birtday
Use neoDate plugin.
How to using Concat Value (using attached file on curl_json page) so i am dynamically call json based certain values
Sorry, I don't understand your question.
PLease try adding your questions one at a time.
Regards.
suyonob has reacted to this post.