
joejac
Posts: 242
|
| Posted: 07/14/2009, 11:26 AM |
|
Hello,
1.- I Have a multistep form where visitors request an estimate, no registration, no login, it is 100% free access for any visitor of the website.
2.- Distributors will login into a separated web page with user ID and password that will have the list (a grid with security) of estimates and when click in an estimate I would like to use the above multistep form, so the Distributor can do any change.
The form will have some field visible only if GroupID is greater than 2, so only to be changed by Distributor or website owner. But the multistep form will not have any login, no security levels.
3.- My Question is: Can I do this, or I will have problems because the multistep form do not have security?
If there are problems, can you please suggest a way to do it without security levels in the multistep form?
I use PHP MySQL.
Thank you very much and best regards
joejac
|
 |
 |
rbaldwin
Posts: 172
|
| Posted: 07/22/2009, 12:15 PM |
|
in this scenario, i'd suggest a set of pages for visitors and another set of pages for distributors. that way you can easily separate what one type of users sees from what the other can see. Both sets of pages can use the same database tables.
|
 |
 |
joejac
Posts: 242
|
| Posted: 08/06/2009, 6:12 AM |
|
Hello,
Thanks for the information. I was able to manage the distributor input in the form with the help of ccselite.
I have now one last question on this.Lets suppose that I display the listbox in case it is a distributor using the session variable, but if it is a normal user, how can I disable the listbox selection, still displays the listbox and force to show a default value in it, so I avoid to use more hidden fields?.
I appreciate a lot some code example to do this or links to examples.
Best regards
joejac
|
 |
 |
mentecky
Posts: 321
|
| Posted: 08/06/2009, 10:26 AM |
|
joejac,
Since most of the discussion is in aonther thread, I replied to this on CCSElite:
http://www.ccselite.com/forums_topics_view.php?forum_id=2&forum_topic_id=91
Rick
_________________
http://www.ccselite.com |
 |
 |
|

|
|
|
|