nvallantin
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] Change the label on the email fieldit was that , i think i’m just an idiot then :'( Thanks for the help and sorry for the waiste of your time
Forum: Plugins
In reply to: [Watu Quiz] Change the label on the email fieldWhen i do inspect element i got
<p class=”watu_taker_email”>”Veuillez saisir votre email: “<input type=”text” name=”watu_taker_email” id=”watuTakerEmail”></p>Forum: Plugins
In reply to: [Watu Quiz] Change the label on the email fieldI try changing directly in the php file ( show_exam.html.php )
I changed the line :<p class=”watu_taker_email”><?php _e(‘Please enter your email:’, ‘watu’)?><input type=”text” name=”watu_taker_email” id=”watuTakerEmail”></p>
To :
<p class=”watu_taker_email”>Indiquez l’email de reception des résultats. <input type=”text” name=”watu_taker_email” id=”watuTakerEmail”></p>
but i still got the smae text : “veuillez sasisir votre email:”
Forum: Plugins
In reply to: [Watu Quiz] Change the label on the email fieldI try using loco translate and the text is still the same , i think i have change it myself to “veuillez saisir votre email” but i just don’t remember where :/ and when i change the translation in loco , that doesn’t change anything
Forum: Plugins
In reply to: [Watu Quiz] %%EMAIL%% not showing to the admin( closed myself , i test it ^^ )
Forum: Plugins
In reply to: [Watu Quiz] %%EMAIL%% not showing to the adminThanks it’s work ^^ I have another question about the plugin , i saw that you have a mailchimp integration , how can i make a checkbox in the test if the user want to subscribe to a newsletter ? ( and add to the mailchimp list only those who say yes , obviously )