spippa
Forum Replies Created
-
Hi again,
Sorry to keep bothering you! I might have understood what you meant now. Does this code look correct?
<p class=”text”>
<input type=”text” name=”FNAME” placeholder=”First name” required=”required”>
</p>
<p class=”text”>
<input type=”text” name=”LNAME” placeholder=”Last name” required=”required”>
</p>
<p class=”email”>
<input type=”email” name=”EMAIL” placeholder=”Email” required=”required”>
</p><p>
<select name=”MMERGE3″ required=””>
<option disabled=”” value=”” selected=”true”>Do you work flexibly?</option>
<option value=”Yes”>Yes</option>
<option value=”No”>No</option>
<option value=”Sometimes”>Sometimes</option>
</select>
</p><p>
<select name=”MMERGE4″ required=””>
<option disabled=”” value=”” selected=”true”>Where are you based?</option>
<option value=”Central London”>Central London</option>
<option value=”East London”>East London</option>
<option value=”North London”>North London</option>
<option value=”South London”>South London</option>
<option value=”West London”>West London</option>
<option value=”Outside London”>Outside London</option>
</select>
</p><p class=”submit”>
<input type=”submit” value=”Sign Up”>
</p>Hello,
Thank you for getting back to me so quickly!
I’m afraid I still don’t really understand how I can fix the problem. Below is a copy of the code. Would you mind pointing out what change I need to make?
Thank you!
<p class=”text”>
<input type=”text” name=”FNAME” placeholder=”First name” required=”required”>
</p>
<p class=”text”>
<input type=”text” name=”LNAME” placeholder=”Last name” required=”required”>
</p>
<p class=”email”>
<input type=”email” name=”EMAIL” placeholder=”Email” required=”required”>
</p>
<select name=”_mc4wp_lists” required=””>
<option disabled=”” value=”” selected=”true”>Do you work flexibly?</option>
<option value=”1444321aa3″>Yes</option>
<option value=”157b0c2a2f”>No</option>
<option value=”9bf08a1453″>Sometimes</option>
</select><select name=”_mc4wp_lists” required=””>
<option disabled=”” value=”” selected=”true”>Where are you based?</option>
<option value=”1444321aa3″>Central London</option>
<option value=”157b0c2a2f”>East London</option>
<option value=”9bf08a1453″>South London</option>
<option value=”1444321aa3″>North London</option>
<option value=”9bf08a1453″>Outside London</option>
</select><p class=”submit”>
<input type=”submit” value=”Sign Up”>
</p>Hi again,
My apologies! I just deleted the cache and it is now working on the new PHP server ??
Thanks so much again!
Pippa
Hello Mihai,
Thanks for getting back to me. I’ve increased the PHP Server to 7.3, and all the other essential requirements have been met. However unfortunately the images still aren’t loading correctly.
Do you have any other ideas?
Thanks!
Pippa
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar PRO – DSTHi Brian,
The Timezone is set to ‘London’, and then it says:
“GMT time is 2015-10-29 13:10:55 Local time is 2015-10-29 13:10:55
This timezone is currently in standard time.
Daylight saving time begins on: 27th March 2016 12:00 am.”This is all correct. It seems that The Event Calendar PRO is not registering this change to winter time.
Do you have any idea what else might be affecting this?
Thanks, Pippa