- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › Sendy Integration – add date
Tagged: sendy integration, WP eMember
Hello,
Based on this detail. https://sendy.co/forum/discussion/560/how-do-i-set-the-date-custom-field-to-be-hidden-and-automatically-populate-in-subscriber-forms/p1
Would this work:
In file emember-sendy-integration.php from line 209
//Subscribe
$postdata = http_build_query(
array(
‘name’ => $name,
’email’ => $email,
‘date’ = <?php echo strftime(‘%b %d, %G’, time());?> => $date,
‘list’ => $list,
‘boolean’ => $boolean,
)
);
I just want to add a date to a custom field in Sendy so that I can filter for when a subscriber joined.
I am also wondering how to add the fields setup using the wp emember form builder addon. For example Job Title would be one.
1. setup the custom fields in Sendy.
2. Edit the same file as above adding the new fields.
Could the sendy addon be altered to provide the capability to add addition field forms?
This will need a custom job. You can use the following form: