Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey!

    Thanks for posting your question. Please note, that Contact Form Maker does provide this feature.

    To set it up, please edit your form and press Form Options. Then navigate to Actions after submissions tab and select Custom Text option. You will be able to enter any text you like.

    Please let us know if you have questions.
    Thanks! Have a great day!

    Thread Starter wpbetsy

    (@wpbetsy)

    Okay, I will try.

    One more problem. For the name field, I choose to use the username on database, however, it still shows First Name and Last Name field. The username only appears on First Name field by default and when click to submit, it said Last Name field is required. How to remove this as username is username, it’s different for First Name and Last Name field.

    Hello!

    You can set this up the following way.

    Please edit the Name field and set a default value for the Last Name field. This screenshot shows how that can be done.

    Then add the following CSS code to Appearance > Customize > Additional CSS to hide the Last Name input.

    div[type="type_name"] .wdform-element-section .wd-flex:nth-child(3) {
        display: none !important;
    }

    Let me know if this helps.
    Thanks! Have a good day!

    Thread Starter wpbetsy

    (@wpbetsy)

    Hi,

    I have already added successful message to the form. I tried to submit again but it still can’t show up successful message after submission.

    Hi!

    Do you have a cache plugin installed on your website? If so, it might be caching the sessions of your form, thus causing the problem.

    If you do have a cache plugin, please add your form page as an exception. This should resolve the issue.

    But if there are no cache tools on your site, please contact our team at support@web-dorado.com. We will figure out a solution ASAP and share it here.

    Thanks! Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘successful submission message’ is closed to new replies.