• I am using gravity forms to output posts. I need a way to format that output into hReview format. Currently, a user can use this form:

    Name[      ][     ]
    city[      ]
    state[drop down]
    email[     ]
    rate us *
            **
            ***** (1-5 stars, selectable by radio button)
    what service did you buy
         [drop down] <-has a categories list of pages, imported from wordpress
    title of review
         [      ]
    full review
         [               ]

    And it inputs

    and it outputs this:

    (h2 class="entry-title")Title of review
    (div class="post-info")MONTH #, YEAR Leave a Comment</div>
    
    (div class="entry-content")Full Review
    ~ Name, City State
    1-5 Stars
    Category</div>

    I need it to output the info, from gravity forms, into an hreview format instead of the 3 block format it’s in now. Help? 🙂

  • The topic ‘Reformatting how Posts Output Information (hreview)’ is closed to new replies.