Skip to content

Commit

Permalink
minor edits to form
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessaamilet committed Jan 19, 2024
1 parent cc0d7cc commit 67a1069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/contacts/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ section

= f.input :services, :label => 'What type of project are you inquiring about today?', as: :select, input_html: {class: 'form-select'}, collection: ["Basic Website Design","Custom Website Design", "Redesign of a Current Website","Sales Landing Page Design", "Graphic Design", "Website Maintenance", "1:1 Sessions ($175/hr)", "Other"], :required => true, priority: [ "Website Design" ]

= f.input :budget, :label => 'What budget range do you have in mind for your project?', as: :select, input_html: {class: 'form-select'}, collection: ["$1,799+ USD (Landing Page Design)","$2,499+ USD (Basic Website Design)","$3,999+ USD (Custom Website Design)","$6k+ USD (Custom Website Design)", "$10k+ USD (Large-Scale Website Design)","Other"], :required => true
/= f.input :budget, :label => 'What budget range do you have in mind for your project?', as: :select, input_html: {class: 'form-select'}, collection: ["$1,799+ USD (Landing Page Design)","$2,499+ USD (Basic Website Design)","$3,999+ USD (Custom Website Design)","$6k+ USD (Custom Website Design)", "$10k+ USD (Large-Scale Website Design)","Other"], :required => true
= f.input :message, :label => 'Tell me about your project! What business problems are you hoping to solve?' do
Expand All @@ -80,4 +80,4 @@ section
.hidden
= f.input :nickname, :hint => 'Leave this field blank!'
.form-actions
= f.button :submit, 'Send Message', :class=> "btn btn-contact contact-submit"
= f.button :submit, 'Send Message', :class=> "btn btn-primary contact-submit"

0 comments on commit 67a1069

Please sign in to comment.