Thanks @joneiseman , it was just what i needed.
Finally i’ve been able to customize my form.
But thre is a theme that i haven’t been able to solve, the featured image. I have this code for the featured image in the form:
<section class=”event-form-image <?php echo $template; ?>”>
<?php if( $EM_Event->can_manage(‘upload_event_images’,’upload_event_images’) ): ?>
<h3><?php esc_html_e( ‘Event Image’, ‘events-manager’); ?></h3>
<div class=”input”>
<?php em_locate_template(‘forms/event/featured-image-public.php’,true); ?>
</div>
<?php endif; ?>
</section>
But when i load the form, there is not option to upload any image. It’s like this section doesn’t appear.
Do you know why could it be?
Thanks again