- Posts: 52
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Strict Standards: Declaration of VmvendorController::display() should be compatible with that of JController::display() in /.../components/com_vmvendor/controller.php on line 12
Strict Standards: Only variables should be assigned by reference in /.../components/com_vmvendor/models/dashboard.php on line 22
Strict Standards: Only variables should be assigned by reference in /.../components/com_vmvendor/models/dashboard.php on line 25
Strict Standards: Only variables should be assigned by reference in /.../components/com_vmvendor/models/dashboard.php on line 26
Strict Standards: Only variables should be assigned by reference in /.../components/com_vmvendor/models/dashboard.php on line 135
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanksnordmograph wrote: Hello
I updated the archive to fix the strict standard notices.
But I'm not sure I understand your emailing issue right.
Can you illustrate ?
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title">Contact Customer</h4></div> <div class="modal-body">
<form method="POST" onsubmit="return validateForm(this);"><input name="formhref" value="" type="hidden"><table class="table table-striped table-condensed"><tbody><tr><td>Your Name:</td> <td><input name="formname" size="50" value="Yuikobo" style="background-color:#cccccc" class="form-control" readonly="" type="text"></td></tr><tr><td>Your Email:</td><td><input name="formemail" size="50" value="yuikobo@some.net" style="background-color:#cccccc" class="form-control" readonly="" type="text">Subject: </form></div><div class="modal-footer"> Message:
<input value="Send" class="btn btn-lg btn-primary" type="submit"> <input value="Reset" class="btn btn-sm btn-default" type="reset"><input name="emailto" value="info@some.net" type="hidden">
<input name="option" value="com_vmvendor" type="hidden">
<input name="controller" value="mailcustomer" type="hidden"><input name="task" value="mailcustomer" type="hidden"></div></div>
</div>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.