Unique ID link not working

cy cyberrock 16 Nov, 2016
Hi Bob,
I am in need of your Unique ID script but the links are 404.

Regards

Ben
Gr GreyHead 16 Nov, 2016
Hi Ben,

I have sent you a PM.

Bob
pa pablomad 17 Mar, 2017
Hi Bob,

Sorry my english. I am from Chile, can you send me your Unique ID script plis?

i can´t send uniq_id fromr mail to users. I try defore DB_Save with "custom code":

<?php
$uid = $form->data['uniq_id'];
$uid = sprintf('%04d', $uid);
$uid = 'O-ID_'.$uid;
$form->data['uid'] = $uid;
?>

With this "custom code"

<?php
$uid = $form->data['uniq_id'];
?>

I call {uniq_id} and {uid} in email template and nothing happend.

How can fix this problem?

I try to create another "id" but can't save in DB

Can you help me plis
Max_admin Max_admin 21 Mar, 2017
Hi Pablo,

Please try this code in your email:
<?php echo uniqid(); ?>


It will return a simple unique id.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ni nicgreg82 29 Mar, 2017
Hi Bob,
I am in need of your Unique ID script.
Can you send me the link in PM?

Kind regards,

Niccolo
This topic is locked and no more replies can be posted.