I’m sorry, but I don’t understand your question. You remove the “Single Line Text” field from the form and insert a “Number” field in the same place. Finally,?it is necessary to?edit the equations and dependencies where you used the “Single Line Text” field to include references to the “Number” field.
I needed not to change the name of the field, I have to redo all the formulas linked together. if I could change the type of field it was easier. Thanks anyway
No, I’m sorry, you cannot change the field type, but you can enter a regular expression in the “Single Line Text” field settings to validate the entered values to accept numbers only.
/^[\+\-]?\d+(\.\d+)?$/
Enter the error message indicating the user the valid value through the “Error message when the regular expression fails” attribute.