You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is ther a possibility to define the position of the recaptcha iframe in the form
I know how top make custoim template via the template definition in view.json - but how can I define to show the recaptcha iframe and the send button in a special position in my template?
e.g template:
< div class="container" >
< div class="row" >
< div id="name" class="col-md-4" >< /div >
< div id="email" class="col-md-4" >< /div >
< div id="recaptcha" class="col-md-4" >< /div >
< /div >
< div class="row" >
< div id="send" class="col-md-12" >< /div >
< /div >
< /div >
I know that Alpaca generates bootstrap by default - but I want to implement a more complex template and this is just an example
Any hint pointing me in the correct direction is highly appreciated
Gerald
The text was updated successfully, but these errors were encountered:
Is ther a possibility to define the position of the recaptcha iframe in the form
I know how top make custoim template via the template definition in view.json - but how can I define to show the recaptcha iframe and the send button in a special position in my template?
e.g template:
< div class="container" >
< div class="row" >
< div id="name" class="col-md-4" >< /div >
< div id="email" class="col-md-4" >< /div >
< div id="recaptcha" class="col-md-4" >< /div >
< /div >
< div class="row" >
< div id="send" class="col-md-12" >< /div >
< /div >
< /div >
I know that Alpaca generates bootstrap by default - but I want to implement a more complex template and this is just an example
Any hint pointing me in the correct direction is highly appreciated
Gerald
The text was updated successfully, but these errors were encountered: