Re: Form fill out and review

2019-08-16 Thread Vishnu Chalil
Hai Dojo,'

Do you want to enable editing on preview form or just view it and for 
editing comeback to the same form?

On Thursday, August 15, 2019 at 4:46:21 PM UTC+5:30, Django Dojo wrote:
>
> Hello, 
> I’m new to Django and I’m looking to do the following steps: 
> 1. Person fills out a form 
> 2. Person reviews/previews the information they fill out 
> 3. Once it’s reviewed they can post it to website 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ebc9ec6a-8cee-4e2c-bfc2-db815067eaf6%40googlegroups.com.


Re: Form fill out and review

2019-08-16 Thread Derek
This can be achieved using available Django functionality (views and 
forms).  Its not really a project but can certainly be part of one.

On Thursday, 15 August 2019 16:25:52 UTC+2, Django Dojo wrote:
>
> I’m trying to find out if there’s any Django packages for this type of 
> project?
>
> On Thursday, August 15, 2019, Tosin Ayoola  > wrote:
>
>> Ohk cool so Wat do u need help on,  Wat have u done so far 
>>
>> On Aug 15, 2019 12:16, "Django Dojo" > 
>> wrote:
>>
>>> Hello,
>>> I’m new to Django and I’m looking to do the following steps:
>>> 1. Person fills out a form
>>> 2. Person reviews/previews the information they fill out
>>> 3. Once it’s reviewed they can post it to website
>>>
>>> -- 
>>> 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...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/b971033c-4a8d-40cf-afd0-f3213949e0f0%40googlegroups.com
>>> .
>>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAHLKn73XsT_s7mkQVeeK6cCiKuqEytAcKAb8Yxtw_8Gk34fCxA%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0019d55d-661e-491d-bf5f-ee1f8a18ca6e%40googlegroups.com.


Re: Form fill out and review

2019-08-15 Thread Django Dojo
I’m trying to find out if there’s any Django packages for this type of
project?

On Thursday, August 15, 2019, Tosin Ayoola  wrote:

> Ohk cool so Wat do u need help on,  Wat have u done so far
>
> On Aug 15, 2019 12:16, "Django Dojo"  wrote:
>
>> Hello,
>> I’m new to Django and I’m looking to do the following steps:
>> 1. Person fills out a form
>> 2. Person reviews/previews the information they fill out
>> 3. Once it’s reviewed they can post it to website
>>
>> --
>> 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 view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/b971033c-4a8d-40cf-afd0-f3213949e0f0%40googlegroups.com.
>>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAHLKn73XsT_s7mkQVeeK6cCiKuqEytAcKAb8Yxtw_
> 8Gk34fCxA%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANO9Ro93_bHunFUnDmZkQEyJyNKSsVU16VqQ555mx32hFc8Ghg%40mail.gmail.com.


Re: Form fill out and review

2019-08-15 Thread Tosin Ayoola
Ohk cool so Wat do u need help on,  Wat have u done so far

On Aug 15, 2019 12:16, "Django Dojo"  wrote:

> Hello,
> I’m new to Django and I’m looking to do the following steps:
> 1. Person fills out a form
> 2. Person reviews/previews the information they fill out
> 3. Once it’s reviewed they can post it to website
>
> --
> 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 view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/b971033c-4a8d-40cf-afd0-f3213949e0f0%40googlegroups.com
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHLKn73XsT_s7mkQVeeK6cCiKuqEytAcKAb8Yxtw_8Gk34fCxA%40mail.gmail.com.


Form fill out and review

2019-08-15 Thread Django Dojo
Hello,
I’m new to Django and I’m looking to do the following steps:
1. Person fills out a form
2. Person reviews/previews the information they fill out
3. Once it’s reviewed they can post it to website

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b971033c-4a8d-40cf-afd0-f3213949e0f0%40googlegroups.com.