Submit button is untranslatable
-
Message for the plugin author: Please make “Submit” button of the form translation ready.
In the file “simple-contact-form.php” just change the line 58:
<input type="button" name="button" value="Submit" onclick="javascript:gcf_submit(this.parentNode,'<?php echo get_option('siteurl'); ?>/wp-content/plugins/simple-contact-form/','');">
with this:
<input type="button" name="button" value="<?php _e('Submit', 'simple-contact-form'); ?>" onclick="javascript:gcf_submit(this.parentNode,'<?php echo get_option('siteurl'); ?>/wp-content/plugins/simple-contact-form/','');">
I hope what I have requested is possible.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Submit button is untranslatable’ is closed to new replies.