Why is the e-mail field larger than the others? Can I change this? If so, where?
Hi there, @Dominik1
Could you please send me a link to the page where your widget is installed?
Thanks!
I’ve forwarded this issue to the devs and will report back once it’s fixed
Hi there, @Dominik1
The widget is influenced by the input class of your website platform.
…templates/shaper_helixultimate/css/template.css
This custom CSS code for the widget can fix this.
[class*="TextControlBase__TextControlBaseInput-sc"]{
padding: 0px !important;
}
Thank you very much, Sina!!
What if I want to rename a field? Can I still do this as normal or do I also have to change the code? I would like to change the field “Gemeinde” to “Kunde”.
Thank you!
Dominik
Hello guys
@Sina, your code is almost correct. Our devs slightly adjusted it to make it work on the Dominik’s site and now everything is fine
input[type="email"] {
padding: 0 !important;
border-radius: unset !important;
transition: unset !important;
}
@Dominik1 worry not - you can change the names of the fields, it won’t trigger the issue
Thank you all!
Hi @Dominik1
You can easily change the field labels in the widget settings. Check out the field’s label and placeholder options. If you have any problems, just report them here.