I am trying to figure out a way to access a custom profile field using php (php parsing set to input). Is there a way to do that?
Is there something similar to the following which I am using to obtain the uri segments?
$seg1 = $IN->fetch_uri_segment('1');
$seg2 = $IN->fetch_uri_segment('2');