rritz
Member
I am wondering how to get the optin time and date recorded for each optin and be stored in a custom field in the list? Also, can I capture the optin page URL somehow?
Say someone opts in on Dec 27 3:31pm -- can I have this recorded in a REGDATE (Dec 27) custom field and REGTIME (3:31 pm) custom field in my list?
And can I somehow edit the form so that it will write the URL into a custom field as well?
So, when I embed the form on mypage1.com I would add mypage1 into the form somewhere and this would be injected into the custom field for optin URL?
I tried doing this using a custom field and adding a value to the form like this:
<div class="form-group" style="display:none">
<label>optin page url</label>
<input type="text" class="form-control" name="TSOURCE" placeholder="" value="mypage1.com"/>
</div>
but this didn't work.
Say someone opts in on Dec 27 3:31pm -- can I have this recorded in a REGDATE (Dec 27) custom field and REGTIME (3:31 pm) custom field in my list?
And can I somehow edit the form so that it will write the URL into a custom field as well?
So, when I embed the form on mypage1.com I would add mypage1 into the form somewhere and this would be injected into the custom field for optin URL?
I tried doing this using a custom field and adding a value to the form like this:
<div class="form-group" style="display:none">
<label>optin page url</label>
<input type="text" class="form-control" name="TSOURCE" placeholder="" value="mypage1.com"/>
</div>
but this didn't work.