mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Change URL/File Name to 'Upload' #73

Open worldyoutho opened 5 years ago

worldyoutho commented 5 years ago

Hi,

I found the below code for changing URL's to display the word 'Website':

$(this).html('<a href="http://' + $(this).html() + '" rel="nofollow">Website</a>');

However it isn't working. How can I display the uploaded files link to just display 'Upload' or something else?

I hope this makes sense.

Thanks so much! Kieran