Forms: Incorrect transferring of the form data to Success Message fixed

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 :hammer_and_wrench:

Before:


Now:


Back to Changelog →

3 Likes

@Max from where can I select the colour for the message box. I can see only title, text button colours.

1 Like

Hi @Giorgos :wave:

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.

1 Like

Got you! Please let me check if it’s feasible with the devs :slightly_smiling_face:

I’ll get back to you soon!

1 Like

@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

1 Like

Hi @Giorgos :wave:

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.

1 Like

Great! If anything else comes up, we are here to help :wink:

1 Like