Write your fitness goals. It must be conceivable, believable, achievable, controllable, measurable, and desirable. State it with no alternative. You must be specific to be terrific.
My goals are:
<%= f.text_area :goals %>Write three to five steps necessary to achieve these goals (Action Plan or To Do List):
<%= f.text_field :step_1 %>Write three traps or factors that might prevent you from reaching your goals:
<%= f.text_field :trap_1 %>List three plans to overcome those traps or factors:
<%= f.text_field :plan_1 %>List two reasons for these specific goals:
<%= f.text_field :reason_1 %>What is your timetable for completing your goals? (Break long-term goals into smaller achievable units)
<%= f.text_area :timetable %>List one method of self-encouragement to keep you on track:
<%= f.text_area :encouragement %>What will you do when you achieve your fitness goals?
<%= f.text_area :achievement %><%= f.submit %>
<% end %>