Jump to content

Form Tokens


NiteFox

Recommended Posts

Afternoon 😀

When it comes to creating a custom form for a plugin page in the back-end and front-end are tokens automatically detected and checked?

<input type="hidden" name="token" value="{$SESSION_TOKEN}" />

Cheers,

🙃

Link to comment
Share on other sites

The latest versions of CubeCart, when the last template is fetched from Smarty's rendering, will look for every </form> tag and replace it with code that includes the hidden input form element.

There are just a few things that are not checked: such as ajax requests and gateway callbacks.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...