weju
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
this is the code who works on mobile
/* inversion boutons mobile */
@media (max-width: 768px) {
.forminator-pagination-footer {
display: flex !important;
flex-direction: column !important;
}
.forminator-button.forminator-button-back {
order: 2 !important;
margin-top: 20px !important;
}
.forminator-button.forminator-button-next {
order: 1 !important;
}
}hi, if i remove the code display: flex !important;, the code doesn’t work
i will put here the right code if i find.
have a good day
@media only screen and (max-width: 768px) {
.forminator-pagination-footer {
display: flex !important;
flex-direction: column;
}
.forminator-button.forminator-button-back {
order: 2;
margin-top: 20px !important;
}
.forminator-button.forminator-button-next {
order: 1;
}
}i tried this but it doesn’t wortk
i built this code and it works :
/*inverse buttons next and previous form*/
.forminator-pagination-footer {
display: flex !important;
flex-direction: column;
}
.forminator-button.forminator-button-back {
order: 2;
margin-top: 20px !important;
}
.forminator-button.forminator-button-next {
order: 1;
}but it doesn’t work on mobile, do you know how to do .
thanks
regards
hello,
thanks for your tip but it’s too complicated just to track a form sent, i prefer track with a simple redirection as usual.
I think you should implement that directly in your plugin, it’s somethinghigh demand.
regards
hello, ok thanks but install an other plugin just to track is not very conveniant. Is there an other solution to track without installing plugin ? use ajax ?
thanks
regards.
Viewing 6 replies - 1 through 6 (of 6 total)