the field required

This topic contains 4 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 1 month ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
February 21, 2014 at 1:35 pm 15708
Tareq Hasan Hello, I purchased the pro version. I want to replace by another letter instead of * (the field required). e.g. Post title * → Post title (required) How do I change it? Best Regards, Lea
February 22, 2014 at 4:29 am 15732
Tareq Hasan Tareq Hasan

Goto /class/render-form.php and in line 542: Change return ' <span class="required">*</span>'; to return ' <span class="required">required</span>';

February 22, 2014 at 4:35 pm 15739
lea lea

Thank you so much!

February 22, 2014 at 5:22 pm 15742
lea lea

One more question!
I want to replace by another letter instead of ‘-select-‘ (the field category / data-type=select)
e.g.

– select – of writing above → – choose –

How do I change it?
Thank you for your help.

Best Regards,
Lea

February 22, 2014 at 5:27 pm 15743
Tareq Hasan Tareq Hasan

In the same file, find this line, 'show_option_none' => __( '-- Select --', 'wpuf' ), and change the text.

Viewing 4 Posts - 1 through 4 (of 4 total)