Javier Mencos

Javier Mencos

Senior Brand Strategist

Javier dreamed of becoming a pilot as a child, driven by his desire to explore the world. Later, he realized that he could satisfy his curiosity through other, more humanistic and creative disciplines. He studied Advertising in Madrid, and in his third year, he moved to London. There, he discovered and fell in love with the world of branding: the power of identifying and projecting what makes a company unique, enabling it to grow and connect meaningfully.

After some time working as a Marketing Specialist for an international Real Estate company, he joined FutureBrand Madrid, where he developed most of his career. Driven by a horizontal structure, he took on roles in New Business, Project Management, and Brand Consulting, often combining all three at once. Always seeking to continue learning, he has completed master’s degrees in Brand Management and Strategic Design.

His latest adventure: teaching Strategic Brand Communication at Universidad Nebrija, with the goal of inspiring future talent and consistently advocating for the value of our profession.

In 2025, his curiosity and drive to keep growing lead him to join Picnic as a Senior Brand Strategist.

FEATURED CLIENTS

Repsol, LaLiga, MAPFRE, Acciona, Fertiberia y Grupo Lar.

PASSIONS

Spending time offline, rediscovering Madrid, exercising, traveling.

A SENTENCE THAT DEFINES ME 

«I am driven more by curiosity than by expectations»

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');