I'm using a button to let people subscribe to my feeds. Can I specify the standard time interval in the link to the subscription form (like I can do with my feed-URL)? I need to make '6 - daily digest' the standard choice instead of '0 - realtime'. Or is there a workaround for this?
My feeds are updated daily with a lot of entries, so the 'realtime'-option gives a lot of emails with one entry at the same time. Thx
0 - Realtime
1 - 2 hourly digest
2 - 4 hourly digest
3 - 6 hourly digest
4 - 8 hourly digest
5 - 12 hourly digest
6 - Daily digest
e.g.
<input type="hidden" name="schedule_type" value="1" />
Or you could present them as a <select> list.
I'll get this written up properly and added to the Help page.
The workaround for now would be to use a form with the schedule_type option.