How to create a time stamp custom field.

Introduction: Step-by-Step Instructions: Step 1: Simply create a text field called ‘timestamp’ Step 2: And then copy/paste this code into a node script (Run on exit) You can get a list of supported time zones here: https://www.w3schools.com/php/php_ref_timezones.asp Remember you need to publish and access via direct link/embed (because scripts will not fire in preview)

Read More

How to calculate open hours

Introduction: If you want to split your Decision Tree into available hours of work and unavailable hours, we need to create a custom field, use some JavaScript for the time, and then use this field in a decision node. Step-by-Step Instructions: Step 1: Create a number custom field called hour Step 2: Copy paste this […]

Read More