Hi,
i have a specific page for each offers, there are an form with a dropdown to select the offers as :
select your offer :
- first offer
- second offer
- etc ...
i would like on each offer page, that the good offer would be select by default in the dropdown field. i'm using on my template single page this code :
<?php echo do_shortcode('[gravityform id="2" name="Jobs" field_values="select your offer=first offer"]'); ?>
With shortcode, is it possible to get select value by default with field_values ?