PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

populate? dynamically

  1. Don't know whether those are the correct words to use.
    I would like the information, what the user enters as a new entry (listing), to go automatically into my members (listings). Is there a way to do that? As of this moment, I transfer everything manually.
    http://www.ctproductsandservices.com
    yajanssen@gmail.com

    woothemes: "listings"

    Posted 11 years ago on Monday August 13, 2012 | Permalink
  2. David Peralty

    You would have to talk to WooThemes about this. If the listings are WordPress posts with custom fields, then you can easily build this in Gravity Forms. If it is a Custom Post Type with Custom Taxonomies, then you'll need a developer to help you make this happen.

    Posted 11 years ago on Monday August 13, 2012 | Permalink
  3. I have no idea where to post in the support forum. All the tab questions are closed and read only.
    My problem (and again, I am not too savvy when I have to use the editor, but can cut and paste when you tell me where I have to put things.
    Tabbing does not work

    After the date
    After Street Address
    Address Line 2
    After Email
    Frontend: http://www.ctproductsandservices.com/add-a-listing

    What to do

    Posted 11 years ago on Friday August 24, 2012 | Permalink
  4. If you mean the tabbing jumps from the form on top to your contact form on the bottom, you can fix that by removing the contact form on this page, or you can add this to the shortcode where you embedded the form:

    [gravityform id="6" title="false" description="false" ajax="true" tabindex="20"]

    That will force your Gravity Form to start with a tabindex of 20, and go up from there. The contact form will have a lower tabindex by default, so there will be no conflict and no jumping from top to bottom.

    Are you having any other issues?

    Posted 11 years ago on Saturday August 25, 2012 | Permalink