This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Create Send Resume Link Button in admin view entry
Started 12 years ago by fadjartandabawana | 3 posts |
-
Hi, I want create send resume button link like in this picture
[IMG]http://i832.photobucket.com/albums/zz244/magneeforce/resumelink.png[/IMG]I know maybe I can update entry table in database like "update
".MF_TABLE_PREFIX."form_elements
setstatus
= 2, resumekey = ".generatekey." where form_id = ?My question is, where I should put the code and link to button??
Thankyou
Posted 12 years ago # -
The easiest way to do this is by duplicating the code which handle the "Email" link. It's combination of javascript code and a backend AJAX php script.
You can see into the "js/view_entry.js" file. You'll see the code which invoke the email dialog there. I suppose you can put your code there.
MachForm Founder
Posted 12 years ago # -
were you able to do this?
I need to do the same thing.Posted 12 years ago #
Reply
You must log in to post.