The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Using clickable Hyperlinks in Form Submissions - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Using clickable Hyperlinks in Form Submissions (/showthread.php?tid=1631)



Using clickable Hyperlinks in Form Submissions - Mark - Sep 15th, 2011

Hi Ben,

Is it possible to make hyperlinks clickable within Form Submission results / a column within a View?

For example we have created a form which contains all the required external links relevant to that client. They have a View which does not allow the creation, deletion or editing of the data - they are purely for 'read-only' purposes.

The only way I have managed to achieve this is to create the links as an Option List, then create a column in the View which displays the selected result... So the Value could be "Yellow Pages" and the display text is "<a href="www.yellowpages.com">Yellow Pages</a>".

If we use a standard text box with this Hyperlink code within, the HTML tags are visable in the Submission columns! The Options List method does solve the problem but as you can image it is very long-winded.

Many thanks,

- Mark


RE: Using clickable Hyperlinks in Form Submissions - Ben - Sep 16th, 2011

Hey Mark,

Man, you ask all the hard questions. Wink

Yes, it is - but you'd need the Custom Fields module. That lets you customize how the database field content gets output on the different pages (Edit Submission, Submission Listings, emails, export manager etc).

Okay, clearly I need to complete & release that sucker.

For now, I'm afraid you're stuck with your Option List solution...

- Ben


RE: Using clickable Hyperlinks in Form Submissions - Mark - Sep 16th, 2011

Hi Ben,

Yup mine are always a challenge ;-)

I've got your first Beta release of the Custom Fields module installed already. It looks very powerful, just not sure how to make them clickable hyperlinks! I'll have a play around.

Take care,

- Mark


RE: Using clickable Hyperlinks in Form Submissions - Ben - Sep 19th, 2011

Yeah... it *is* a bit complicated, but good luck tinkering. (One tip: back things up before you change things...! Smile )

- Ben