Work and Coworking Tips
Introducing the new Aticco: The place to become
Aticco was born in 2016 as a coworking space located in the attic of the... + info
- Work and Coworking Tips
What is coworking, how does it work and what is it for?
It is becoming more and more common to hear the term coworking when talking about coworking models.... + info - Work and Coworking Tips
8 Benefits of coworking
Nowadays, the labor market is increasingly looking for flexibility and the possibility... + info - Work and Coworking Tips
The hybrid work model: a complete guide
For a long time, the office was the center of everything. Then came telecommuting, with... + info - Work and Coworking Tips
Advantages of coworking
Have you ever wondered what are the advantages of working in a coworking? This... + info - Work and Coworking Tips
8 reasons to choose coworking for your company
Coworking spaces for companies are booming, but it is not a fad... + info - Work and Coworking Tips
What a coworking must have
When we are looking for a rental apartment, we go with a checklist of what we want to... + info - Work and Coworking Tips
Coffee in the coworking, yes, and a good one
New collaboration agreement between Aticco Workspaces and Hidden Coffee Roasters to offer a coffee... + info - Work and Coworking Tips
Reasons to choose coworking for startups
More and more entrepreneurs are choosing to work from coworking spaces for startups .... + info - Work and Coworking Tips
Grants for the digital transformation of SMEs
Do you already know the 'Acelera Pyme' grants of the Recovery, Transformation and Resilience Plan for the... + info - Work and Coworking Tips
This year, eat healthy at the coworking with Aticco and Refruiting.
Aticco and Refruiting promote healthy food at coworkings in barcelona and madridNew agreement... + info
var formId = '';
if (document.documentElement.lang === 'en') {
formId = '37d2caea-ac71-464c-92dd-baef6c1989e4';
} else if (document.documentElement.lang === 'ca') {
formId = 'd7eeb119-c7fb-4901-8ac6-cfd0b256cedf';
} else if (document.documentElement.lang === 'fr') {
formId = 'e31a0e84-7a4d-413c-876c-79a2b579fd1a';
} else if (document.documentElement.lang === 'de') {
formId = 'c506c18d-e2d3-4007-8511-f8d25003b030';
} else if (document.documentElement.lang === 'it') {
formId = '88375c30-76f2-4e34-bbb3-09df26bf4746';
} else if (document.documentElement.lang === 'pt') {
formId = 'b84d9940-10f5-43dc-9d44-fd79aab68e16';
} else {
formId = '94e5b074-6eb1-420a-a6f2-baa34a0f2321';
}
hbspt.forms.create({
region: 'eu1',
portalId: '25323567',
formId: formId,
onFormReady: function ($form) {
var formElement = $form.get(0);
formElement.querySelector('input[name="website"]').value="lead from blog"
var selectCiudadElement = formElement.querySelector('select[name="ciudad"]');
var membershipSelect = formElement.querySelector('select[name="dropdown_type_membership__plans_"]');
var option899 = membershipSelect.querySelector('option[value="899"]');
var eventCiudad = new Event('change', { bubbles: true });
selectCiudadElement.dispatchEvent(eventCiudad);
function simulateUserSelection880() {
membershipSelect.value = "880";
var event = new Event('change', { bubbles: true });
membershipSelect.dispatchEvent(event);
}
function changeOptionIfValenciaAnd899() {
if (selectCiudadElement.value === "Valencia" && membershipSelect.value === "899") {
simulateUserSelection880();
}
}
function hideOption899() {
changeOptionIfValenciaAnd899();
if (selectCiudadElement.value === "Valencia") {
option899.hidden = true;
option899.disabled = true;
} else {
option899.hidden = false;
option899.disabled = false;
}
}
membershipSelect.addEventListener('change', hideOption899);
selectCiudadElement.addEventListener('change', hideOption899);
hideOption899();
var emailInput = formElement.querySelector('input[name="email"]');
if (emailInput) {
emailInput.addEventListener('input', function () {
localStorage.setItem('submittedEmail', emailInput.value);
});
}
}
});