hyperlink for Input text in php. Help plz

I know its not related to dolphin but i just need some help here. I want the text inside input box to appear as a hyperlink after submission. Right now the code is like this

 

'profile' => array(
                    'type' => 'text',
                    'name' => 'profile'

 

so will it be like this if i want the text to appear as a hyperlink?

 

'profile' => array(
                    'type' => 'text',

                   'value' => <?php echo $text;?>,
                    'name' => 'profile'

Umar Haroon
Quote · 13 Mar 2016

 

I want the text inside input box to appear as a hyperlink after submission

Your question really does not make any sense.  Perhaps if you expanded on what you are trying to accomplish.  After submission, the form is sent to the form processor

Geeks, making the world a better place
Quote · 13 Mar 2016

Right now the form is for text area. I want people to put links to profiles in the form. Right now if a user paste a link it will only appear as text not clickable after submission. I want to make it clickable so it will take user to the pasted link.

Umar Haroon
Quote · 13 Mar 2016

 

Right now the form is for text area. I want people to put links to profiles in the form. Right now if a user paste a link it will only appear as text not clickable after submission. I want to make it clickable so it will take user to the pasted link.

This needs to be handled by the processor.  You can instruct your members how to enter the links, such as mysite.tld/jimmy  to point to the jimmy profile.  Then you handle it in the processor to insert the anchor tag.

Geeks, making the world a better place
Quote · 13 Mar 2016

this can be done - do a search here in the forums. Deano has answered this question for me - but it was a long time ago and I dont even remember what I titled it as.

caredesign.net
Quote · 13 Mar 2016

Deano also helped me with it but it has been awhile and I would have to go and search.  Just search the forums here and you should find where he help me or the Professor.

Geeks, making the world a better place
Quote · 14 Mar 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.