Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default How to swith off the securityToken?

    How to swith off the securityToken?
    I am trying make the individual form. And I faced the problem. I do not whant have this.
    Or how I can generate this securityToken informatin?
    What I have to include or what?

  2. #2
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,930
    Plugin Contributions
    4

    Default Re: How to swith off the securityToken?

    Hi,

    Not sure if I understand your question fully.
    Generally if you are creating your own form for a new page you do not need to worry at all about the security token.

    The only time you need it, is if you are writing a template for the login page. If this is the case, you must use the security token.

    However its pretty simple to do. All you need is a hidden input inside your login form

    Code:
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>

 

 

Similar Threads

  1. v150 How do I get the New Products off the main page
    By brentpet in forum General Questions
    Replies: 1
    Last Post: 6 Aug 2013, 05:29 PM
  2. v151 jQuery ajax with type POST and securityToken
    By pasi in forum Contribution-Writing Guidelines
    Replies: 2
    Last Post: 26 Mar 2013, 10:38 AM
  3. securityToken and $zco_notifier
    By jaishem in forum General Questions
    Replies: 1
    Last Post: 16 Mar 2011, 09:49 AM
  4. Add To Cart: how can I turn off the text *Mixed OFF
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2007, 06:51 AM
  5. How do you take off the amount of products in the categorie?
    By pearson in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Jun 2006, 04:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg