jay1987
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: does my site load up too slow? what would speed the load time upnavigationStart
fetchStart
domainLookupStart
domainLookupEnd
connectStart
connectEnd
requestStart
responseStart
domLoading
responseEnd
domInteractive
domContentLoadedEventStart
domContentLoadedEventEnd
domComplete
loadEventStart
loadEventEnd
|
0|
20578ms
The following events did not occur:
– secureConnectionStart
– redirectEnd
– redirectStart
– unloadEventEnd
– unloadEventStart
You got to this page by clicking a link or entering a URL.Network latency was 3676ms (responseEnd – fetchStart).
The page took 16820ms to load after it was received from the server (loadEventEnd – responseEnd).
Navigation and page load took a total of 20578ms (loadEventEnd – navigationStart).
Forum: Fixing WordPress
In reply to: Making form mandatory to fill in to submitThank you Bemdesing, I shall look into this further.
With Regards
Forum: Fixing WordPress
In reply to: Making form mandatory to fill in to submitif (isset($_REQUEST[‘submit’]) && isset($type) && isset($parentId)) {
$name = $_POST[“names”];
echo ‘$name is set even though it is empty’;
$country = $_POST[“country”];$gender = $_POST[“gender”];
$age = $_POST[“age”];
$email = $_POST[“email”];
echo ‘$email is set even though it is empty’;Doesnt work.
Forum: Fixing WordPress
In reply to: Making form mandatory to fill in to submitIve built it myself to a certain degree however other parts are with the CRM company, what i am trying to do is add it so that the fields are mandatory before submission.
Ill be honest and im not hundred percent certain the best way to achieve this in php without affecting the entire workings .
Forum: Your WordPress
In reply to: Please give me feedbackHi there, this is the colour theme of the company so the policy is this unfortunately, do you think this will turn people away?