Add 2 days to default date value

I’m using this for my default value {date_mdy} and I was wondering if there is a simple way to have the default value +2days? or is this only available as a add-on?

Check out this method which uses dynamic population rather than a default value…

This worked great. I tweaked it to do 3 days. Is there a way to prevent past dates from being picked? I had someone do that.

If using a datepicker, the filter gform_datepicker_options_pre_init can be used to accomplish this. See specifically example 9. Disable past dates