Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
linking HTML form with database directly without ModelForm
9 views
Skip to first unread message
Fatukasi Kayode
unread,
May 28, 2019, 5:34:22 PM
5/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
fase.html
<
form
method="post"
>
<
label
for
="email"
>
Email address:
<
/label
>
<
input
type
="email"
class
="form-control"
id
="email"
>
<
label
for
="phone"
>
Phone:
<
/label
>
<
input
type
="text"
class
="form-control"
id
="pwd"
>
<input type='submit' value='post' />
</form>
the models.py contains email and phone number also
Reply all
Reply to author
Forward
0 new messages