Loading glitch
-
I am having an issue where the fields repopulating and causing a weird loading glitch as it goes through the reload. It appears that everything is working pretty well besides this one thing. And the glitch only happens when choosing certain countries and not others. For instance, when choosing the United States, it transitions perfectly.
Thoughts? Is this a plug-in animation issue, loading glitch or something with my code?
It is very frustrating.Here is the code:
<div class=”form-row”>
<div class=”column-half”><label class=”country”> Country [select COUNTRY “Select One” “United States” “Australia” “New Zealand” “Canada” “Other”]</label></div> <div class=”column-half”> [group us]<label> State [select STATE “Alabama” “Alaska” “Arizona” “Arkansas” “California” “Colorado” “Connecticut” “Delaware” “Florida” “Georgia” “Hawaii” “Idaho” “Illinois” “Indiana” “Iowa” “Kansas” “Kentucky” “Louisiana” “Maine” “Maryland” “Massachusetts” “Michigan” “Minnesota” “Mississippi” “Missouri” “Montana” “Nebraska” “Nevada” “New Hampshire” “New Jersey” “New Mexico” “New York” “North Carolina” “North Dakota” “Ohio” “Oklahoma” “Oregon” “Pennsylvania” “Rhode Island” “South Carolina” “South Dakota” “Tennessee” “Texas” “Utah” “Vermont” “Virginia” “Washington” “West Virginia” “Wisconsin” “Wyoming” “District of Columbia” “Puerto Rico” “Guam” “American Samoa” “U.S. Virgin Islands” “Northern Mariana Island”] </label>[/group]
[group au]<label> State [select STATE “New South Wales” “Queensland” “South Australia” “Tasmania” “Victoria” “Western
Australia”] </label>[/group]
[group nz]<label> State [select STATE “Canterbury” “Otago” “Southland” “Tasman” “Marlborough” “West Coast” ]</label>[/group]
[group ca]<label> State [select STATE “Alberta” “British Columbia” “Manitoba” “New Brunswick” “Newfoundland” “Northwest Territories” “Nunavut” “Nova Scotia” “Ontario” “Prince Edward Island” “Quebec” “Saskatchewan” “Yukon”]</label>[/group]
[group other]<label> Please Specify [text other] </label>[/group]
[group so]<label> State [select so “Please Select Country”] </label>[/group]
</div>Thank you,
SS
The topic ‘Loading glitch’ is closed to new replies.