Publishing All Form Data to a Post

Perhaps this should be entitled, “publishing a custom display as a post.” I am trying to determine how to publish all collected form data into a (nicely formatted) post. It's for a site where individuals can update their profiles, and their profiles are published as nice permalinks that include their names, e.g., example.com/andy-spero. So, each [...]

Allowing Subscribers to Publish Posts

This is really one of the best WordPress plugins available! Currently, the options for Post Status custom field depends upon the user's access level. For example, subscribers can't publish posts, they can only save posts as drafts or as pending review. In a previous thread, you alluded to a way to change the code to [...]

Selecting Categories

Hi Steph, Currently, when a drop down is assigned the 'categories' post status, all categories appear. I have three types of categories: News about the site, which I want to redirect/filter to a news page, A member's gender, e.g., male or female, and The sport they play Not all types are relevant on the form, [...]

“Sticky” Category Selection and Embedding Photos in Custom Display

I have two problems with a form: (1) I am creating a post with my form and I have a drop-down for the post category, which I think is the way that categories are supposed to be presented; however, regardless of my selection, the post is assigned to WordPress' default category. Any ideas why this [...]

Truncating Numbers and Treating Zero as Nothing

I have a variety of number fields in a form. A few of the numbers should be integers, but a few should be decimals, too. When a decimal number, like a GPA, is entered, only the integer portion appears in the custom display. While the entire number is stored, the decimal point and everything to [...]

Using Previous Field Choices to Populate Subsequent Questions

Hi Steph, Suppose I have a form with three questions. Question 1 gives a choice of A or B. Question 2 gives a choice of C or D. Is there an easy way to populate Question 3 where the choices are the responses to Questions 1 and 2? For example, if I chose A for [...]