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'