Change form values after submit button pressed

前端 未结 3 924
长发绾君心
长发绾君心 2020-11-27 07:21

[EDIT] After a lot of digging around, I found out that the problem was in how I integrated the CKEditor into my page. The simple and obvious way does work in this c

3条回答
  •  独厮守ぢ
    2020-11-27 07:21

    Did you try adding function on click JavaScript event on the submit button and changing the values? It may work because client script will execute first

提交回复
热议问题