Hello,
I've a form with an upload field.
I've installed an upgrade where I can edit the filename:
http://greyhead.net/how-to-docs/cfv4-upload-files-gh-action
(about this update, there is in top of the file upload_files_gh.ctp, from line 5 to 7 is commented, which means "On Success" function is not working, so you have to uncomment it)
I test the filename part and is working, so right now I have:
{input_hidden_6} = {username}
{input_radio_0} = it depends of the value that user chooses.
My goal is to have also a specific column value from a table, and also the datetime.
How can I do this?
I've a form with an upload field.
I've installed an upgrade where I can edit the filename:
http://greyhead.net/how-to-docs/cfv4-upload-files-gh-action
(about this update, there is in top of the file upload_files_gh.ctp, from line 5 to 7 is commented, which means "On Success" function is not working, so you have to uncomment it)
I test the filename part and is working, so right now I have:
{input_hidden_6}_{input_radio_0}
{input_hidden_6} = {username}
{input_radio_0} = it depends of the value that user chooses.
My goal is to have also a specific column value from a table, and also the datetime.
How can I do this?