Movimiento Familiar
Cristiano Católico USA

Login As:
🗙
 < Página de Problemas

Added Code Back In

Enviado por:

Nombre: Cardona Sergio y Rosalba
user#: 4

Detalles:

Area: Area 4
Region: AZ - Region 1
Federacion: Sagrada Familia TUCSON AZ
Ticket No: 1133
Date: 2025-04-04
Repetible : Sí
Location: Reportes Quincenales

Problema:

Add it
add_action( 'gform_after_submission_3', 'set_acf_file_uploads', 10, 2 );
function set_acf_file_uploads( $entry, $form ) {
$post_id = $entry['post_id'];

$file_fields = array(
'19' => 'file_1',
'20' => 'file_2',
'21' => 'file_3',
'22' => 'file_4',
'23' => 'file_5',
'24' => 'file_6',
);

foreach ( $file_fields as $gf_field_id => $acf_field_name ) {
$file_url = rgar( $entry, $gf_field_id );

if ( $file_url ) {
$attachment_id = attachment_url_to_postid( $file_url );

if ( $attachment_id ) {
update_field( $acf_field_name, $attachment_id, $post_id );
error_log("Updated ACF field $acf_field_name with attachment ID $attachment_id");
} else {
error_log("Failed to get attachment ID from URL: $file_url");
}
} else {
error_log("No file uploaded for GF field ID $gf_field_id");
}
}

Progress:

Fecha Submitted: 08/04/2025 11:55 pm
Fecha Archive: 09/04/2025 20:11:15

Estado y Actualizaciones

Cardona Sergio y Rosalba
2025-04-09 00:05:48

Testing Response

Comentarios y Opiniones

This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
Max. file size: 128 MB.
Max. file size: 128 MB.
Max. file size: 128 MB.
Max. file size: 128 MB.
Max. file size: 128 MB.
Max. file size: 128 MB.
Copyright © 2022 MFCC-USA. All rights reserved.