Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
I would like to remove input label names and enter in input placeholder.
Is there any option/modify?

This is what I imagine, but need to make it work:
Code:
public function html()
.........
case 'text' :
                $html .= '<input id="' . $id . '" ';
                $html .= 'name="' . $name . '" type="text" ';
                $html .= 'value="' . $value . '" placeholder="' . $LABEL-NAME . '" ' . $disabled . '/>';
                break;
Reply


Messages In This Thread
RE: p01-contact : simply add contact forms in your pages - by tinklaz - 2014-08-21, 09:34:38
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47



Users browsing this thread: 1 Guest(s)