Php $_POST method to get textarea value

前端 未结 8 1253
一整个雨季
一整个雨季 2021-02-01 08:45

I am using php to get textarea value using post method but getting a weird result with that let me show you my code

8条回答
  •  有刺的猬
    2021-02-01 09:41

    Remove some of your textarea class like

    
    

    To

    
    

    It's dependent on your template (Purchased Template). The developer has included some JavaScript to get the value from correct object on UI, but class like input-text just finds only $('input[type=text]'), that's why.

提交回复
热议问题