All I can think of so far is to hack the plugin and add (something like/pseudo):
if ( !$link_path ) {
$link_path = http $_SERVER['SERVER_NAME'] etc.;
}
like the other defaults are done (no, that's not the right $name or syntax, just talking here).
Is there a better way to do this? I don't mind doing it that way, I'd just like to do it within the framework if possible instead for future proofing.
edit: While I'm at it :-)
Prolly last question re v4 (almost promise...)
I get this link in mails attempting to do that manually:
http://blah/index.php?option=com_chronoforms&chronoform=test_11&event=email_verify&action=verify&hash=5392c2111ebc625a02e4837f7da6b590
which fails. I do see the hash stored in the db.These are my actions:
DB Save
Email Verification Sender
Email [GH] : Send to gemlog
Show Thanks Message
Is the DB save redundant? Also, just what gets added there. I seem to have an extra space.
I'm loving the new flexibility, just not quite catching on to your whole idea I think.