We’ve resolved the issue in our Forms apps, where the [field-id] tag didn’t work and the input data wasn’t automatically added to the Success Message when submitting the form
Before:
Now:
We’ve resolved the issue in our Forms apps, where the [field-id] tag didn’t work and the input data wasn’t automatically added to the Success Message when submitting the form
Before:
Now:
@Max from where can I select the colour for the message box. I can see only title, text button colours.
Hi @Giorgos
The Success Message box takes the widget’s background color. You can find this setting on the Appearance tab of your widget’s settings:
Ok, I don’t use background colour I have it in transparent. I thought I could select just the colour for the message box.
Got you! Please let me check if it’s feasible with the devs
I’ll get back to you soon!
@Giorgos This CSS code should help:
[class*="SubmitMessage__Container-sc"] {
background-color: red !important;
}
@Max I add the code but nothing happened. Can you check here please https://www.mywedsite.gr/istoselida-gamou-sk
Hi @Giorgos
I’ve tested the code with one of your forms (WDS B 1 quiz s) and it’s working fine:
Could you please double-check it?
Sorry I test it in a form that I had an other css on top and that cause the problem. I move the code on top and work fine.
Great! If anything else comes up, we are here to help