Re: beginner - default form values

the options for text_field_tag are
name, value, html_options

so

text_field_tag ‘my_text_field’, :value => field_value_variable

If you need more info, have a look at api.rubyonrails.com