<tr>
<td colspan="2">
<input id="wpcr_submit_btn" name="submitwpcr_' . $post->ID . '" type="submit" value="' . $this->options['submit_button_text'] . '" />
</td>
</tr>
OK, here is the code. The button text now is “submit your review” When I change the value it changes the button text as I want but it doesn’t sent the results to me any more. Is there any way to change the text without loosing the connection?
Kind regards
Dimitar
Your receiving script probably relies on the value of the
submit– you have to edit it there as well to match your new value.UPDATE: In your script find this line
and edit the button text there, not directly in the HTML output (you have to revert back the code it had before)