• in wp-customer review,i want to have a right to left form but in the name field or for example email field i cant change the position of “name”
    and the box in front of it. I have a short time to do it
    this is the code:
    $fields .= '<tr></td><td align="right"><label for="' . $rand_prefixes[0] . '-fname" class="comment-field">Name: ' . $req . '</label></td><td align="left"><input class="text-input" type="text" id="' . $rand_prefixes[0] . '-fname" name="' . $rand_prefixes[0] . '-fname" value="' . $this->p->fname . '" /></tr>';

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘editing wp-customer review plugin’ is closed to new replies.