janellyyalfredo.invitera.website
Open in
urlscan Pro
35.215.73.243
Public Scan
URL:
https://janellyyalfredo.invitera.website/
Submission: On February 24 via api from US — Scanned from US
Submission: On February 24 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST
<form method="POST" enctype="multipart/form-data" action="" id="fb_form_8240-0" class="et_pb_contact fb_form hide_until_loaded" data-ajax-btn="Processing" data-ajax-hide-sub="off" data-reset-form-on-submit="true" style="" novalidate="novalidate">
<h3 class="form-title"></h3>
<div class="divi-form-wrapper">
<input type="hidden" value="publish" name="post_status">
<div class="et_pb_module de_fb_form_field de_fb_form_field_0 dfb_radio_default clearfix grid_et_pb_column_4_4_12 et_pb_column_4_4 et_pb_column last-item">
<div class="et_pb_module_inner">
<div id="de_fb_¿asistirás?_wrapper" class="field_wrapper search_filter_cont" data-count="100">
<span class="df_field_description_text">¿Asistirás?</span>
<p class="et_pb_contact_field" data-type="radio">
<input type="hidden" name="meta_input[]" value="de_fb_asistiras">
<input type="hidden" name="field_title[]" value="¿Asistirás?"><span class="et_pb_contact_field_options_wrapper">
<span class="et_pb_contact_field_options_list required" data-required_message="Campo obligatorio" data-required_position="bottom"><span class="et_pb_contact_field_checkbox">
<input type="radio" id="et_pb_contact_de_fb_¿asistirás?_0_0" class="divi-form-builder-field radio-field" name="de_fb_asistiras" value="Si" data-id="Si">
<label class="" for="et_pb_contact_de_fb_¿asistirás?_0_0">
<i></i>
<span class="label_wrapper">
<span>Si</span>
</span>
</label>
</span><span class="et_pb_contact_field_checkbox">
<input type="radio" id="et_pb_contact_de_fb_¿asistirás?_0_1" class="divi-form-builder-field radio-field" name="de_fb_asistiras" value="No" data-id="No">
<label class="" for="et_pb_contact_de_fb_¿asistirás?_0_1">
<i></i>
<span class="label_wrapper">
<span>No</span>
</span>
</label>
</span></span>
</span>
</p>
</div>
</div>
</div>
<div class="et_pb_module de_fb_form_field de_fb_form_field_1 clearfix grid_et_pb_column_4_4_12 et_pb_column_4_4 et_pb_column last-item">
<div class="et_pb_module_inner">
<div id="de_fb_nombre_wrapper" class="field_wrapper search_filter_cont" data-count="100">
<p class="et_pb_contact_field" data-type="input">
<input type="hidden" name="field_title[]" value="Tu Nombre"> <input type="text" name="de_fb_post_title" id="de_fb_nombre" placeholder="Tu Nombre" class="divi-form-builder-field input-field " value="" autocomplete="on">
</p>
</div>
</div>
</div>
<div class="et_pb_module de_fb_form_field de_fb_form_field_2 clearfix grid_et_pb_column_4_4_12 et_pb_column_4_4 et_pb_column last-item">
<div class="et_pb_module_inner">
<div id="de_fb_acompanantes_wrapper" class="field_wrapper search_filter_cont" data-count="100">
<p class="et_pb_contact_field" data-type="input">
<input type="hidden" name="meta_input[]" value="de_fb_acompanante">
<input type="hidden" name="field_title[]" value="Acompañantes"> <input type="text" name="de_fb_acompanante" id="de_fb_acompanantes" placeholder="Nombre de tu acompañante" class="divi-form-builder-field input-field " value=""
autocomplete="on">
</p>
</div>
</div>
</div>
<div class="et_pb_module de_fb_form_field de_fb_form_field_3 clearfix grid_et_pb_column_4_4_12 et_pb_column_4_4 et_pb_column last-item">
<div class="et_pb_module_inner">
<div id="de_fb_palabras_wrapper" class="field_wrapper search_filter_cont" data-count="100">
<p class="et_pb_contact_field" data-type="text">
<input type="hidden" name="meta_input[]" value="de_fb_palabras">
<input type="hidden" name="field_title[]" value="Palabras"> <textarea name="de_fb_palabras" id="de_fb_palabras" class="divi-form-builder-field textarea-field" placeholder="Dedícanos unas lindas palabras" rows="8"
autocomplete="off"></textarea>
</p>
</div>
</div>
</div>
</div>
<input type="hidden" value="https://janellyyalfredo.invitera.website/gracias/" name="redirect_url_after_submission"><input type="hidden" value="8240-0" name="form_key"><input type="hidden" value="582ab642-059a-4c27-bfc7-5c1e20fd1b75"
name="unique_id">
<div class="et_contact_bottom_container">
<div class="submit-container">
<script>
jQuery(document).ready(function($) {
jQuery("#fb_form_8240-0").submit(function(e) {
e.preventDefault();
$(this).find('.divi-form-submit').prop('disabled', true);
var required_check = true;
var form = jQuery(this);
let required_fields = $('.required', form);
if (required_fields.length > 0) {
$.each(required_fields, function(index, element) {
$(this).closest('.et_pb_contact_field').parent().find('.error').remove();
if (!$(this).closest('.de_fb_form_field').hasClass('condition-hide')) {
var field_type = $(this).closest('.et_pb_contact_field').data('type');
if (field_type == 'checkbox' || field_type == 'radio') {
if (jQuery(this).find('input:checked').length == 0) {
required_check = false;
}
} else if (field_type == 'file' || field_type == 'image') {
var value_field_id = jQuery(this).find('input.upload_field').attr('id') + '_value';
if (jQuery(this).find('.files .template-upload').length == 0 && jQuery(this).find('#' + value_field_id).val() == "") {
required_check = false;
}
} else {
if (jQuery(this).val() == '') {
required_check = false;
}
}
if (!required_check) {
var required_message = $(this).attr('data-required_message');
var required_message_pos = $(this).attr('data-required_position');
if (required_message_pos == 'top') {
$(this).closest('.et_pb_contact_field').before('<p class="error">' + required_message + '</p>');
} else {
$(this).closest('.et_pb_contact_field').after('<p class="error">' + required_message + '</p>');
}
}
}
});
}
if (form.find('.bloom_subscribe').find('input[required]').length > 0) {
form.find('.bloom_subscribe').find('.error').remove();
if (!form.find('.bloom_subscribe').find('input[required]').is(":checked")) {
required_check = false;
var required_message = "This field is required.";
var required_message_pos = "bottom";
if (required_message_pos == 'top') {
form.find('.bloom_subscribe').prepend('<p class="error">' + required_message + '</p>');
} else {
form.find('.bloom_subscribe').append('<p class="error">' + required_message + '</p>');
}
}
}
if (!required_check) {
$('html, body').animate({
scrollTop: form.offset().top - 10
}, 300);
form.find('.divi-form-submit').removeProp('disabled');
form.find('.divi-form-submit').removeAttr('disabled');
}
var validation_result = form.valid();
if (!validation_result) {
e.preventDefault();
//Here we check for an icon related to this input and we retrieve it to move it to correct place
//since validate function places the label before the icon -
let inputs_error = $('.input-field.error', form);
inputs_error.each(function() {
let input = $(this);
let parent = input.parent();
let label = $('label.error', parent).first();
let icon = $('.dfb_input_icon', parent).first();
if (icon.length) {
if (input.next().is(label)) {
label.detach().appendTo(parent.parent());
}
}
});
$(this).find('.divi-form-submit').removeProp('disabled');
$(this).find('.divi-form-submit').removeAttr('disabled');
return false;
}
if ($(this).find('.signature-field').length > 0) {
$.each($(this).find('.signature-field'), function(i) {
var field_id = $(this).find('input').attr('id');
$("#" + field_id).val(fb_signature.signature_objs['signaturePad_' + field_id].toDataURL());
});
}
if (required_check) {
if (form.find('.file_preview_container .template-upload').length > 0) {
e.preventDefault();
$(this).addClass('submitting');
de_fb_ajax_files_upload(form);
} else {
if (form.find('.calculate_field').length > 0) {
$('.calculation').hide();
$.each(form.find('.calculate_field'), function() {
var calc_field_wrapper = $(this);
var field_id = calc_field_wrapper.attr('id');
// replace de_fb_ and _wrapper with empty string
field_id = field_id.replace('de_fb_', '').replace('_wrapper', '');
var field_type = calc_field_wrapper.find('.et_pb_contact_field').attr('data-type');
var check_values = 0;
if (field_type == 'checkbox' || field_type == 'radio') {
$.each(calc_field_wrapper.find('input:checked'), function() {
check_values = check_values + parseFloat($(this).attr('data-calc_value'));
});
calc_field_wrapper.append('<input type="hidden" name="' + field_id + '_calc_value" value="' + check_values + '">');
} else if (field_type == 'select') {
if (calc_field_wrapper.find('select option:selected').length > 0) {
check_values = parseFloat(calc_field_wrapper.find('select option:selected').attr('data-calc_value'));
}
calc_field_wrapper.append('<input type="hidden" name="' + field_id + '_calc_value" value="' + check_values + '">');
}
});
}
if (form.find('.divi-form-submit').hasClass('de_fb_ajax_submit')) {
$(this).addClass('submitting');
de_fb_ajax_form_submit(form[0]);
e.preventDefault();
} else {
$(this).addClass('submitting');
jQuery("#fb_form_8240-0").unbind('submit').submit();
}
}
} else {
e.preventDefault();
}
//$(this).find('.divi-form-submit').removeProp('disabled');
//$(this).find('.divi-form-submit').removeAttr('disabled');
});
});
</script>
<div class="de_fb_submit_container">
<button class="divi-form-submit et_pb_button " type="submit">CONFIRMAR</button>
<input type="hidden" name="form_type" value="confirmaciones">
<input type="hidden" name="divi-form-submit" value="yes">
<input type="hidden" name="form_id" value="">
</div>
<input type="text" name="form_type_confirm" style="display:none!important;" tabindex="-1" autocomplete="off">
</div>
</div>
</form>
Text Content
* INICIO * ITINERARIO * CONFIRMAR ASISTENCIA * INICIO * ITINERARIO * CONFIRMAR ASISTENCIA Seleccionar página * INICIO * ITINERARIO * CONFIRMAR ASISTENCIA 25 de mayo 2024 091 Día(s) : 00 Hora(s) : 16 Minuto(s) : 53 Segundo(s) Más valen dos que uno, porque obtienen más fruto de su esfuerzo. Si caen, el uno levanta al otro. ¡Ay del que cae y no tiene quien lo levante! Si dos se acuestan juntos, entrarán en calor; uno solo ¿cómo va a calentarse? Uno solo puede ser vencido, pero dos pueden resistir. ¡La cuerda de tres hilos no se rompe fácilmente! – Eclesiastés 4:9-12 EN COMPAÑÍA DE NUESTROS PADRES PADRES DE LA NOVIA Olga Lozano Flores Víctor Quintero Lugo ✟ PADRES DEL NOVIO María Irene Herrera Sandoval Alfredo Meléndez Aguilera ITINERARIO CEREMONIA Capilla De Nuestra Señora De Los Milagros, De Vinicola El Cielo 12:30 PM VER MAPA CÓCTEL Rancho L-86 5:00 PM VER MAPA RECEPCIÓN Rancho L-86 6:00 PM VER MAPA TORNA BODA DOMINGO 26 DE MAYO Rancho L-86 11:00 PM VER MAPA NO NIÑOS Amamos a sus pequeños, hagamos de este evento un día especial y disfrutemos al máximo MESA DE REGALOS Agradeceremos su agradable compañía en este día tan especial. Pueden hacernos un obsequio en efectivo en un sobre y añadir una tarjeta con sus deseos para nuestro matrimonio. Puedes hacernos tu obsequio en la siguiente cuenta bancaria: BBVA Cuenta: 150 837 6908 Mónica Isabel López Felix DRESS CODE Mujeres: Vestido Formal Hombres: Traje Formal El Tigre Ejido El Porvenir Ensenada 20°C Nublado 2.4 m/s 59% 764 mmHg 11:00 20°C 12:00 20°C 13:00 20°C 14:00 19°C 15:00 19°C 16:00 18°C 17:00 17°C 18:00 16°C 19:00 16°C 20:00 16°C 21:00 16°C 22:00 15°C 23:00 16°C 00:00 15°C 01:00 15°C 02:00 15°C 03:00 15°C 04:00 14°C 05:00 14°C 06:00 14°C 07:00 14°C 08:00 16°C 09:00 17°C 10:00 17°C 11:00 18°C 12:00 18°C 13:00 19°C 14:00 19°C 15:00 18°C 16:00 17°C 17:00 16°C 18:00 15°C 19:00 15°C 20:00 15°C 21:00 15°C 22:00 14°C 23:00 14°C ‹ › Más previsiones: Weather forecast Mexico City 30 days CONFIRMA TU ASISTENCIA NOS AYUDAS CONFIRMANDO TU ASISTENCIA LO ANTES POSIBLE, MUCHAS GRACIAS. ¿Asistirás? Si No CONFIRMAR | JANELLY Y ALFREDO | CREADO POR INVITERA Copyright 2022. NAVEGANTE STUDIO. Todos los Derechos Reservados. ╳