pythonkc / pythonkc-com

Django app for pythonkc.com.
18 stars 15 forks source link

Create contact form #1

Open estebistec opened 12 years ago

estebistec commented 12 years ago

It's on Julia's design, we don't have it yet in the code. Probably something simple, like this [1]. Will probably go to the groups private gmail address when a site visitor submits.

UPDATES:

[1] https://bitbucket.org/ubernostrum/django-contact-form/

estebistec commented 12 years ago

I've heard Mark may have wanted to do this? I'll leave some time for him or whoever else wants to pick this up. If I run out of other things to do I'll probably pick it up.

estebistec commented 12 years ago

I poked at the contact form a bit tonight. Progress checked in at [1]. Code review welcome, especially on the styles. I plan on continuing with this tomorrow evening, etc.

Remaining:

[1] https://github.com/pythonkc/pythonkc.com/commit/a212a00948498a0c7fbe03e5af5678ae11248149 [2] http://stackoverflow.com/questions/4461414/html5-placeholder-attribute-chrome-doesnt-line-wrap-in-textareas [3] http://css-tricks.com/6841-textarea-tricks/

estebistec commented 12 years ago

Made a decent amount of progress in a series of short spurts between chasing kids around this weekend :). This is up and running here right now:

http://pythonkc.com/demo

Andrew, could you please test the contact form and see that an email comes to the pythonkc@gmail inbox. The email templates are very simple. If there's anything you'd like changed about them, lemme know or just go edit [1].

Finished

Remaining

[1] https://github.com/pythonkc/pythonkc.com/tree/master/pythonkc_site/contact/templates/pythonkc_site/contact [2] http://stackoverflow.com/questions/4461414/html5-placeholder-attribute-chrome-doesnt-line-wrap-in-textareas [3] http://css-tricks.com/6841-textarea-tricks/

estebistec commented 12 years ago

Added a message for after contact-form submission. You can view it directly without submitting here:

http://pythonkc.com/demo?contact_sent=yes