Does anybody knows how the Sign-up to Webflow form fiels with an icon as link is done? In forms only buttons with text can be made in webflow, or isnt that true?
Here a screenshot, I mean that arrow which is pointing to the right top. Hows that done?
For most buttons, this name will be the same as the text inside the button. In some cases, for example for icon buttons, the accessible name can be provided through an aria-label or aria-labelledby attribute. mozilla developer
The button without value ==> add custom attribute (For screen readers)
@Siton_Systems Oh nice thank you very much, I once imagined the way you did it via background. But didn’t worked well. Maybe I will need to give it another try! Thank you for your help!