Forums

Unique ID link not working

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

Regards

Ben
GreyHead 16 Nov, 2016
Hi Ben,

I have sent you a PM.

Bob
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 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...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
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
GreyHead 29 Mar, 2017
Hi Niccolo,

Done

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