php - Yii Model Post Form wrong Form Data name generated -


in yii app i'm unable post action in sitecontroller have:

 public function actioncustom()  {      if(isset($_post['customform']))      {          ... not reached 

later here's discovered in browser network logs when posting custom form:

customform[name]: 

instead of supposed customform

but default yii app generated login action form it's normal:

loginform[username]: 

when inspecting chromium logs... missing? copied login code, supposed same?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -