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

php - How to register a post type and taxonomy in WordPress and display in a page/single post -

database - How many Observations in SAS Sample Data Output -

emulation - Android map show my location didn't work -