• Resolved webguync

    (@webguync)


    Hi,

    I have this working with Gravity Forms, but in the display table which displays the info. submitted from the gravity forms, I want to change a few things. I currently have the table headers as Rideshare, Status, Type, Date, Spaces, Destination, Departure. I want to change the wording some and add a new column for contact with name and email.

    Can’t figure out how this is done!

    http://wordpress.org/extend/plugins/idealien-rideshare/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter webguync

    (@webguync)

    any ideas on this?

    Plugin Author idealien

    (@idealien)

    The plugin as currently implemented does not support what you ask. But if you look at the function idealien_rideshare_shortcode in the plugin it shouldn’t be too hard to change to different names to columns. If you are comfortable with javascript into your theme, the headers of the table are well named that you can replace their contents that way too.

    jQuery(function() {
    jQuery("th.rideshareSpaces").text("New Column Title for Number of Spaces");
    });
    Thread Starter webguync

    (@webguync)

    Thanks for the reply. The JQuery idea will work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing display columns and adding new’ is closed to new replies.