[REQUEST] Changing a buttons width based on a textboxes character length

Hi all,

Is it possible to change the width of a button based on the character length of a textbox?
And if it is, how can I do it?

If you have just used a normal button from the Wix Editor then you are limited to what is allowed through the existing settings for the text label, otherwise you have to manually make it bigger etc.
https://support.wix.com/en/article/editing-your-button-text

If you have attached a text element to the button so it is contained within the button, then maybe the button might change width depending on character length, although it might also just hyphenate the text at the end of the text element and not increase the button width automatically.
https://support.wix.com/en/article/attaching-elements-to-a-box

If it doesn’t then you will have to just do it manually the old fashioned way.

Finally, as this is really a Wix Editor question and not really a code related question, then you would be better suited going through Wix Support themselves.
https://support.wix.com/en/article/contacting-wix-support

Guess I’ll just be making it in an iFrame then.