11/05/2014 at 11:14 am
#309006
Participant
Thanks for the code sample but no joy … made site blank :-) … so I tried the following as a test and when I go to fill in the Bio field as a user, it’s blank. Here’s the test code:
public function setBio( $bio ) {
$questions = "test";
$bio = strlen( $this->bio ) > 0 ? $this->format->sanitizeString( $this->bio, TRUE ) : $questions;
return $bio;
}
Thanks for giving me a helping hand!
Carl
