Thank you for the advice, Collin! 
However, If I have this HTML below, where should I put {{ form.[name] }}?

                             <form name="sentMessage" id="contactForm" 
novalidate>
                                <div class="form-group">
                                    <input type="text" class="form-control" 
placeholder="Your Name *" id="name" required 
data-validation-required-message="Please enter your name.">
                                    <p class="help-block text-danger"></p>
                                </div>
                                <button type="submit" class="btn 
btn-xl">Send Message</button>
                             </form>

2014年8月19日火曜日 10時42分19秒 UTC+9 Collin Anderson:
>
> I recommend making the same contact form in django first, then merge the 
> two. Your starter template only makes the form look good, it doesn't 
> provide much functionality.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ede60587-679b-4059-b380-cd0b1f02bed4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to