How do I change the tag 'submit" to "Submit"?
I am using the current version of Builder and the child theme "Foundations Blank" My site is located at
http://kathyjf.com/Staging2/contact-us/
Thank you,
Kathy
Change An Output Tag
Started by
kathyjf
, Jan 30 2012 05:28 PM
5 replies to this topic
#2
Posted 31 January 2012 - 12:31 PM
Hi Kathy, 
Thanks for posting this. To change the label "submit" to "Submit", change line 215 of wp-content/plugins/contactbuddy-by-pluginbuddy/contactbuddy.php FROM
TO
That's it!
Make backups of the original file before doing this. You're basically changing that "submit" value to anything you wish.
Regards,
Bes
Thanks for posting this. To change the label "submit" to "Submit", change line 215 of wp-content/plugins/contactbuddy-by-pluginbuddy/contactbuddy.php FROM
$return .= '<li class="contactbuddy-submit"><input type="submit" name="' . $this->_var . '-submit" value="submit" /></li>';
TO
$return .= '<li class="contactbuddy-submit"><input type="submit" name="' . $this->_var . '-submit" value="Submit" /></li>';
That's it!
Regards,
Bes
Add/Follow me on Twitter - G+ - Social Improve - The Reasoner - FB - LinkedIn - Google Search
#4
Posted 01 February 2012 - 02:07 PM
Hi Kathy, 
Thanks for the reply. Good question: yes, if there's an update to ContactBuddy, that above change will be lost and you'll have to redo it again.
For now, hmmm, the only thing I can think of is to have this as an actual feature request to allow customizing this via a menu settings area. I've filed this suggestion and will let you know whenever we have an update on this.
Regards,
Bes
Thanks for the reply. Good question: yes, if there's an update to ContactBuddy, that above change will be lost and you'll have to redo it again.
For now, hmmm, the only thing I can think of is to have this as an actual feature request to allow customizing this via a menu settings area. I've filed this suggestion and will let you know whenever we have an update on this.
Regards,
Bes
Add/Follow me on Twitter - G+ - Social Improve - The Reasoner - FB - LinkedIn - Google Search
#6
Posted 02 February 2012 - 11:54 AM
Just a small tip: you only need to keep an eye out for
in the contactbuddy.php file, whenever there is an update.
Regards,
Bes
value="submit"
in the contactbuddy.php file, whenever there is an update.
Regards,
Bes
Add/Follow me on Twitter - G+ - Social Improve - The Reasoner - FB - LinkedIn - Google Search
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the ContactBuddy forum.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





