By Jerome Joire on Tuesday, 21 February 2017
Posted in General
Likes 0
Views 124
Votes 0
Hi,

I would like to know how to ordering field within the mini registration form.

According to the current form (see screenshot), I would like to present these fileds as following :
- First Name and Last Name (step 1 of full registration)
- Password (step 1 of full registration)
- Email (step 1 of full registration)
- Select your index (step 3 of full registration)
- Select your hand (step 3 of full registration)
- Terms (step 1 of full registration)

Shall I put the custom fields in the 1st step? I'm not sure it impacts the order.
Shall I use a particular name as Unique Key (e.g. field01, field02, field03...) to order them?

In addition, I noticed that the placeholder styles for select your index and select your hand are diffrerent from the other fields like for instance Email. How to align them on this style?

Regards,
Hi Jerome Joire,

The ordering of custom field in mini registration actually follow to ordering in the full registration form.
For example in full registration you put the Name field first and then password field after it. So in mini registration it always follow the same order.
If you got few step that consist custom field to be appear in the mini registration. It will follow the first come first serve rule.
For example: https://www.screencast.com/t/iRe0zehck3Dw https://www.screencast.com/t/8R2rqvePLr1r

Hope this helps
·
Wednesday, 22 February 2017 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

In my case, it doesn't work as you mentionned.

The custom fields select your index and select your hand have been administrated at the step 2 while the other fiels at the step 1. These fields should appear below the email adrress and not between some fields from step 1.

I've deplaced these fieds to the step 1. It works.
Apparently, customs fields from different steps are not well managed in the mini registration. So take that in account for your further release.

On another hand, you didn't answer to my other concern. I noticed that the placeholder styles for select your index and select your hand are diffrerent from the other fields like for instance Email. How to align them on this style?

Regards,
·
Wednesday, 22 February 2017 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
Forget my last question about the style.
Close this ticket
Regards
·
Wednesday, 22 February 2017 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jerome,

Apparently, customs fields from different steps are not well managed in the mini registration. So take that in account for your further release.

-> I've logged this in our issue tracker and our developers will take an action for this

On another hand, you didn't answer to my other concern. I noticed that the placeholder styles for select your index and select your hand are diffrerent from the other fields like for instance Email. How to align them on this style?

-> Sorry for overlooked the inquiry, actually this field doesn't have placeholder where it differ with the email field.
Perhaps can you try the code below and see how it goes?


select#es-fields-250 {
color: #9794a0 !important;
}
·
Wednesday, 22 February 2017 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post