当前网址:http://localhost/expressfly/betaversion1/index.php/users/pricing/8/No
提交表单时,应该将其重定向到不同的URL,但表单操作中传递的URL将连接到当前URL。
请注意:表格是在控制器中写的
<form id='provider_pay_form' class='form-horizontal' action='index.php/users/reduce_amount/$currentSegment2' enctype='multipart/form-data' method='post' onsubmit='paynow();'>
答案 0 :(得分:1)
删除此操作onsubmit='paynow();'
并更改此action='<?php echo base_url();?>index.php/users/reduce_amount/'
在隐藏字段 $ currentSegment2 中设置此变量值,然后尝试运行