<%= form_remote_tag build_widget_url(:new) do %>

First Name <%= text_field_tag :first_name %>

Last Name <%= text_field_tag :last_name %>

Email <%= text_field_tag :email %>

Username <%= text_field_tag :username %>

Password <%= password_field_tag :password %>

Confirm Password <%= password_field_tag :password_confirmation %>

  <%= submit_tag "Sign Up", :disable_with => "Please wait...", :class => "submit", :style => 'margin: 0 0 0 0px;' %>

<% end %>