JeffRohan
4 years agoQrew Cadet
URL fields
Our users need to quickly scan the url fields but in edit mode the URL field type is very small and there is no way to change the width of the field itself.
I have a complicated setup to deal with this which is:
URL field is read-only
checkbox "edit" which opens up a Text field
if Text field is empty webhook sets it to the value of the URL field
User can now edit the value of the URL text field.
Now I need someway of converting the text field to a URL so that I can write it back into the URL field
1. Why is the URL field not able to be modified for width
2. How do I convert a text field into URL (no, URLEncode does not work)
3. We use the QB apis to write this URL field and read it back out for other purposes, is a potential solution to create it initially as a Text field (in which case it cannot be used as a link)
------------------------------
Jeff Rohan
------------------------------
I have a complicated setup to deal with this which is:
URL field is read-only
checkbox "edit" which opens up a Text field
if Text field is empty webhook sets it to the value of the URL field
User can now edit the value of the URL text field.
Now I need someway of converting the text field to a URL so that I can write it back into the URL field
1. Why is the URL field not able to be modified for width
2. How do I convert a text field into URL (no, URLEncode does not work)
3. We use the QB apis to write this URL field and read it back out for other purposes, is a potential solution to create it initially as a Text field (in which case it cannot be used as a link)
------------------------------
Jeff Rohan
------------------------------