ref: master
plugins/escambo/views/account/_signup_page.html.erb
<% if @block_bot %><%=_('Are you a robot?')%><% end %> <% @profile_data = @person %> <%= labelled_form_for :user, :html => { :multipart => true, :id => 'signup-form', :honeypot => true } do |f| %>
<%=_('Please, prove that you are human by filling the captcha.')%><%= error_messages_for :user, :person %> <%= render :partial => 'signup_form', :locals => {:f => f} %><%= error_messages_for :enterprise %> <%= render :partial => 'signup_second_step', :locals => {:f => f} %><%= recaptcha_tags :ajax => true, :display => {:theme => 'clean'} if @block_bot %><%= submit_button('save', _('Create my account')) %>
<% end -%>