CodeIgniter - Image submit button not working

后端 未结 3 978
时光取名叫无心
时光取名叫无心 2021-01-23 15:06

I am using CI to create a project for a client, I have a submit button as an image but it doesn\'t seem to be submitting the form, the code I have at the moment is.



        
3条回答
  •  没有蜡笔的小新
    2021-01-23 15:39

    Try adding value="trialSubmit" to get the image to submit. Seemed to work for me.

    You could also see if this answer helps: image submit button

提交回复
热议问题