Click Button
-
Good Morning, Michael
The following is the code that you helped me with a few months ago. IT works fine until I try to add a second button to sent the url information on submit time to a second page.
(function ($) {
$(‘td[title=”submit_time”] div’).each(
function () {
$(this).html(‘<button style=”background-color:#FFFAF8; color: #856941; font-size: 10px”>Click Here!</button>‘);
});
$(‘td[title=”Button1″] div’).each(
function () {
$(this).html(‘<button style=”background-color:#FFFAF8; color: #856941; font-size: 10px”>Click Here!</button>‘);
});
})(jQuery);I put a extra space between property and closed.
This code will only work if the column defined as “Button1” has the “submit_time” information in it. Is there a way to duplicate the submit_time to another field or is there a code that will make it so that both buttons will forward to another page and put “Submit_time” into the url for filtering to a single page with the file information on it.https://wordpress.org/plugins/contact-form-7-to-database-extension/
The topic ‘Click Button’ is closed to new replies.