Jump to content
xt:Commerce Community Forum

<input type="hidden" name="XTCsid"> problem


biteme

Recommended Posts

Hi! I have a problem.

After any <form> tag in box (for example box_SEARCH) i getting right after <input type="hidden" name="XTCsid" value="6a02a07a00865fabf8252653c44a9da3" />

How can i remove it or change it? I don't know where to look, but i know that's not xtc_draw_hidden_field.inc.php and not xtc_hide_session_id.inc.php.

Any ideas?

Link to comment
Share on other sites

Thank You for reply!

I want to have full XHTML Strict 1.0 validation.

And only error i got is:

"document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag".

Error refers to this line:

<form id="advanced_search" action="http://localhost/xt/advanced_search_result.php" method="get"><input type="hidden" name="XTCsid" value="a5d745eede0f6af82a0a4188b3f947da" />

To solve my problem i need place this input into <div></div> tags.

I located and menaged to remove one <input type="hidden" name="XTCsid" value="a5d745eede0f6af82a0a4188b3f947da" /> becouse there were two the same on the beginning.

First was placed in ..templates/xtc4/source/boxes/search.php ->

$box_smarty->assign('FORM_ACTION', xtc_draw_form('quick_find', xtc_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get').xtc_hide_session_id());

Now I'm trying to locate the second.

Link to comment
Share on other sites

  • 3 years later...

Archived

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

×
  • Create New...