This content has been marked as final.
Show 3 replies
-
Re: Form Submission trigger/filter based on Time
Sanford Whiteman Dec 1, 2017 12:18 PM (in response to Joon Park)You can use a hidden field like lastFormFilloutTime to hold the (UTC) 24-hour HHmm as an Integer. Then constrain on numeric ranges.
Anything more complex than that and I'd def'ly use a webhook.
-
Re: Form Submission trigger/filter based on Time
Joon Park Dec 4, 2017 6:00 AM (in response to Sanford Whiteman)Oh okay, didn't think about that, thanks Sanford Whiteman!
Also, for the Date of Activity Constraint for Triggers, I noticed Marketo provides a M-F (weekdays) option, is there any work around where we can constraint between Monday-Thursday?
-
Re: Form Submission trigger/filter based on Time
Sanford Whiteman Dec 4, 2017 12:43 PM (in response to Joon Park)You can't add a custom constraint there.
Of course, back on the client you could also add a field for lastFormFilloutDayOfWeekUTC and filter based on that as well. I just think at a certain point, placing a form fillout in its time context is better done on the server.
-
-