Strange hidden field in ChronoForms - help - Joomla! Forum - community, help and support
hi all
i have strange hidden field appears in source of webpage form below:
this appears right before closing </form> tag.
any idea & how can rid of this, being posted , messing webconnect trying post to.
cheers
pip
i have strange hidden field appears in source of webpage form below:
code: select all
</div>
<input type="hidden" name="474c4b04307994f6f53ac0be973398ed" value="1" />
</form>
this appears right before closing </form> tag.
any idea & how can rid of this, being posted , messing webconnect trying post to.
cheers
pip
i think it's form token, described here:
http://docs.joomla.org/how_to_add_csrf_ ... g_to_forms
it's security measure prevent csrf attacks. way disable hacking cf core files.
http://docs.joomla.org/how_to_add_csrf_ ... g_to_forms
it's security measure prevent csrf attacks. way disable hacking cf core files.
Comments
Post a Comment