• Resolved crosstherubicon

    (@crosstherubicon)


    I’d like to change the field required from a simple asterisk to something else like (Required).
    How can I change that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @crosstherubicon

    I hope you’re well today!

    It’s doable with a CSS but you’ll need to use a little “trick” so new “something” would actually cover (in order to hide) existing mark. This should do the job:

    .forminator-required:after {
    	content:'REQUIRED';
    	background:#FFF;
    	margin-left:-5px;
    }

    Note: you may want to replace the REQUIRED text with something else and I used white as example background color because my test page has white background – but feel free to adjust that.

    Kind regards,
    Adam

    Thread Starter crosstherubicon

    (@crosstherubicon)

    Thanks. That did not work. I Enabled custom CSS in the Appearance tab and put it there, updated the form and cleared cache. Still just has an asterisk.

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @crosstherubicon,

    I hope you are doing well today!

    I confirmed that the shared CSS code is working. I created a basic form for you that you can import and check on https://pastebin.com/mGQ7jr1n

    Please share an export of your form with us, as well as the link to the form page, so that we can check further.

    You can find more info on how to export the form here : https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    After exporting, please share the code using a service such as https://pastebin.com which is free to use.

    Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.

    Kind regards,
    Zafer

    Thread Starter crosstherubicon

    (@crosstherubicon)

    Yeah, it was my error in copying the CSS. Works just fine and now resolved.
    Thanks!

    Thread Starter crosstherubicon

    (@crosstherubicon)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing required asterisk’ is closed to new replies.