Is There a Way to Place a "Custom Text Field" in The Two Step Order Form?

Hello friends! My name is Ignacio. Thanks for all the content.

I don’t know if you can help me.

I know there is a code here to add a custom variant field but,

I’d like to add a Custom Text Field “Apartament or House Number” below of the Adress Field.

I found this code that Hans_d shared with us to add the custom field but my question is how can I place it below the “adress field”?

This is the code:

"
var option_name = ‘your_info’;

var label = ‘Your Label’;

$(’.o2step_step1’).prepend(’


’);
select = $(’’);
for(option in options) {
select.append(’’+options[option]+’’);
}
$(’.o2step_step1’).prepend(select);
$(’.o2step_step1’).prepend(’’+label+’’);
</script

(I don’t now how to share the code properly)

The code works perfect, but now I’d like to place in other place.

Thanks in advance!!

Sorry about my english. It’s not my first language.