pdxosgeo / foss4g2014-wordpress

foss4g2014 website theme and other tidbits
12 stars 32 forks source link

Need to add a form for Map Gallery submissions. #32

Closed tchaddad closed 10 years ago

tchaddad commented 10 years ago

We're working on the "Call for Maps" here: https://docs.google.com/document/d/1i1uocjo-JSUjgtAFyWFiJcVXn46_5xtQ7uPwQlHtFu4/edit

As part of that we will need a web form for Map Gallery submissions. Info to be collected via the form includes:

mapsam commented 10 years ago

Alright, not too tough! Added some form plugin and built a test page. Things we'll need to know:

Test page located at (https://2014.foss4g.org/gallery-submissions/)[https://2014.foss4g.org/gallery-submissions/] so you can check it out. Any parent page this should be associated to? Potentially under the "attending" section ...

tchaddad commented 10 years ago

Sweet! - just made some changes trying to learn whats possible & flesh things out a bit.

darrell commented 10 years ago

We already have the WPUF plugin that we're using for all the other forms, shouldn't we just keep using that?

On Jun 18, 2014, at 19:14, Sam Matthews notifications@github.com wrote:

Alright, not too tough! Added some form plugin and built a test page. Things we'll need to know:

— Reply to this email directly or view it on GitHub https://github.com/pdxosgeo/foss4g2014-wordpress/issues/32#issuecomment-46516746 .

mapsam commented 10 years ago

Probably - but sometimes the guy who set up the site forgets things :)

I'll recreate the form in WPUF and will remove ninja forms - thanks for taking a look @tchaddad !

tchaddad commented 10 years ago

Just checking in on this to see if the switch has been made? We'd like to get a press release out this week, and so the form should be in place when that goes out...

mapsam commented 10 years ago

@darrell do we need to add a new custom post type just to make a form?

twelch commented 10 years ago

Thanks for pushing this Tanya, a few suggestions after reviewing the form:

On Tue, Jun 24, 2014 at 9:30 AM, TC Haddad notifications@github.com wrote:

Just checking in on this to see if the switch has been made? We'd like to get a press release out this week, and so the form should be in place when that goes out...

— Reply to this email directly or view it on GitHub https://github.com/pdxosgeo/foss4g2014-wordpress/issues/32#issuecomment-46995030 .

darrell commented 10 years ago

I don’t think so, though it probably makes them more easy to access.

d.

On Jun 24, 2014, at 12:17, Sam Matthews notifications@github.com wrote:

@darrell do we need to add a new custom post type just to make a form?

— Reply to this email directly or view it on GitHub.

mapsam commented 10 years ago

Just to clarify - are we making this form available for only logged in users or should this be public, sans login?

tchaddad commented 10 years ago

Open to Community submissions, so public, sans login.

Tim - thanks for the suggestions, as soon as the form is moved over, I'll work on adding some of the items you mention.

darrell commented 10 years ago

So, we’ve generally done this where we require people to get a login, ala the presentations submissions, so we know how to contact them.

Are we sure we want something different?

d.

On Jun 24, 2014, at 13:15, TC Haddad notifications@github.com wrote:

Open to Community submissions, so public, sans login.

Tim - thanks for the suggestions, as soon as the form is moved over, I'll work on adding some of the items you mention.

— Reply to this email directly or view it on GitHub.

tchaddad commented 10 years ago

Nope - I was just assuming you don't want barriers. No problem from me if you want to stick with the current pattern.

mapsam commented 10 years ago

If we don't need users, I'm going to recommend keeping the current ninja form then, since that compiles entries and we will have the required email field. Since there aren't any file uploads and there isn't a need to have the data accessible via wordpress queries (custom posts) this solution should stand strong.

tchaddad commented 10 years ago

Made some updates based on Tim's suggestions. Can't figure out how to remove the default text at the top of the form, so pointers there would be great.

mapsam commented 10 years ago

Are you talking about the "Content Here" text? That's just content in the page, unrelated to the form. I removed that and removed the default "fields with * are required" so it's not duplicated with your text. How does the page look now?

tchaddad commented 10 years ago

Yes, thanks - that was it. I was looking in the wrong place. I'm going to add one more thing and then this will be good to go out (looks like early in the AM for the mailchimp blast).

mapsam commented 10 years ago

great! Would be good to associate the submissions page with other pages to fill in that sidebar on the left too. Who designed this thing?!

twelch commented 10 years ago

Done.