How to change type of text input fields #1327
Unanswered
iainbeeston
asked this question in
Help
Replies: 1 comment
-
That's not a bad idea actually. Have a way of adding custom attributes to inputs. This is a bigger PR where we add some attributes to the fields. The alternative is to create a custom field. That will render something like a text field by default and you could update that one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to add text input fields for emails, urls and telephone numbers and set the
type
field in the input html toemail,
urland
tel` respectively. I can't see a way to do this in avo, there are no field types for those and I've tried something like this but it doesn't work:Is there another way?
Beta Was this translation helpful? Give feedback.
All reactions