For exact functionality, read the Python script in the repo.
- Copy
insigthly_transform_fields.py
to your hostpoint server, e.g. into thebin
folder. The path then looks like this:/home/<servername>/bin/insigthly_transform_fields.py
. - Make sure the file is executable (
chmod +x ...
) - Set your
API_KEY
andISPROCESSED_FIELD_ID
in the script - Go to the cronjob manager (
Advanced > Cronjob Manager
) - Set
it@entrepreneur-club.org
as E-Mail address - Add a new job
- Set
m
:0,15,30,45
,h
:*
,M.day
:*
,Month
:*
,W.day
:*
,Command
:/home/<servername>/bin/insigthly_transform_fields.py
Thats it!
Find a sample form in example_form.html
.