weju
Forum Replies Created
-
done
many thanks. The tech team should fix this bug for the future.
have a good day
hello, i use a single uploa field.
I don’t use any translation plugin. I have some website in french and other in english. So i can use forminator in english and in french, it depends the website i edit.
So I used the css of @minaemad (thanks ! i forgot to respond you) and it works.
Regards
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.