I used Phoca Guestbook version 4.0.3 with the EasyCalc captcha and it looks like this:
https://imgur.com/a/lOevYMH
Code: Select all
<div class="controls input-prepend input-append input-group">
<b>Solve the equation: </b>10 plus 7 equals
<input
type="text"
name="jform[captcha]"
id="jform_guestbook_captcha"
value=""
class="form-control input-sm required" aria-describedby="jform_guestbook_captcha-desc" required>
<br/>
</div>
https://imgur.com/1FQIZke
Code: Select all
<div class="controls input-group">
<input type="text" name="jform[captcha]" id="jform_guestbook_captcha" value="" class="form-control input-sm required" aria-describedby="jform_guestbook_captcha-desc" required="">
</div>
<div><b>Solve the equation: </b>13 plus 8 equals <br>
</div>
Which file do I have to edit to change the order (description/challenge first, input field second)?
I haven't found it yet in the template files, neither does it seem t be a css stylesheet issue.
Any help is greatly appreciated!